Expand description
The concrete iterator types.
Structs§
- Flatten
Ok - An iterator adaptor that flattens
Result::Okvalues and allowsResult::Errvalues 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