Module core::iter::adapters

source ·

Re-exports

Modules

Structs

  • An iterator adapter that produces output as long as the underlying iterator produces values where Try::branch says to ControlFlow::Continue.

Traits

  • SourceIterExperimental
    This trait provides transitive access to source-stage in an iterator-adapter pipeline under the conditions that

Functions

  • Process the given iterator as if it yielded a the item’s Try::Output type instead. Any Try::Residuals encountered will stop the inner iterator and be propagated back to the overall result.