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 */ }pub type AndThen<I, F> = AndThenBy<I, AndThenFn<F>>;An iterator adaptor that maps the inner value
See .and_then() for more information.
pub struct AndThen<I, F> { /* private fields */ }