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