Type Alias AndThen

Source
pub type AndThen<I, F> = AndThenBy<I, AndThenFn<F>>;
Expand description

An iterator adaptor that maps the inner value

See .and_then() for more information.

Aliased Typeยง

pub struct AndThen<I, F> { /* private fields */ }