Module structs

Source
Expand description

The concrete iterator types.

Structs§

FlattenOk
An iterator adaptor that flattens Result::Ok values and allows Result::Err values through unchanged.

Type Aliases§

AndThen
An iterator adaptor that maps the inner value
AndThenBorrow
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
MapOkBorrow
An iterator adaptor that maps the inner value