futures_util::stream

Module poll_fn

Source
Expand description

Definition of the PollFn combinator

Structs§

Functions§

  • Creates a new stream wrapping a function returning Poll<Option<T>>.