Module poll_fn

Source
Expand description

Definition of the PollFn combinator

Structs§

PollFn
Stream for the poll_fn function.

Functions§

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