Expand description
The concrete iterator types.
Structs§
- Flatten
Ok - An iterator adaptor that flattens
Result::Ok
values and allowsResult::Err
values through unchanged.
Type Aliases§
- AndThen
- An iterator adaptor that maps the inner value
- AndThen
Borrow - An iterator adaptor that maps the inner value
- MapErr
- An iterator adaptor that maps the inner error
- MapOk
- An iterator adaptor that maps the inner value
- MapOk
Borrow - An iterator adaptor that maps the inner value