Module futures_util::stream::poll_fn

source ·
Expand description

Definition of the PollFn combinator

Structs§

Functions§

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