Crate lending_stream

source ·
Expand description

A lending version of Stream

Examples

// tbi

Modules

Structs

  • The iterator returned from AsyncIterator::lend.
  • The iterator returned from AsyncIterator::lend.
  • Future for the [StreamExt::next()] method.

Traits

  • An interface for dealing with iterators which borrow from Self
  • An extension for the Stream trait