pub type AndThenBorrow<I, F> = AndThenBorrowBy<I, AndThenBorrowFn<F>>;Expand description
An iterator adaptor that maps the inner value
See .and_then_borrow() for more information.
Aliased Typeยง
pub struct AndThenBorrow<I, F> { /* private fields */ }