Crate lending_stream

Source
Expand description

A lending version of Stream

§Examples

// tbi

Modules§

prelude
The lending-stream prelude

Structs§

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

Traits§

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