Type Alias MapErr

Source
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 */ }