pub type MapErr<I, F> = MapErrBy<I, MapErrFn<F>>;
Expand description
An iterator adaptor that maps the inner error
See .map_err()
for more information.
Aliased Typeยง
pub struct MapErr<I, F> { /* private fields */ }
pub type MapErr<I, F> = MapErrBy<I, MapErrFn<F>>;
An iterator adaptor that maps the inner error
See .map_err()
for more information.
pub struct MapErr<I, F> { /* private fields */ }