Expand description
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§
- Lending
Stream - An interface for dealing with iterators which borrow from
Self
- Stream
Ext - An extension for the
Stream
trait