pub type MapError<L, G> = MapFallible<L, fn(_: <L as OpticsFallible>::Success) -> <L as OpticsFallible>::Success, G>;Expand description
Optics wrapper for mapping the Error value.
Aliased Type§
struct MapError<L, G>(/* private fields */);pub type MapError<L, G> = MapFallible<L, fn(_: <L as OpticsFallible>::Success) -> <L as OpticsFallible>::Success, G>;Optics wrapper for mapping the Error value.
struct MapError<L, G>(/* private fields */);