futures_
util
0.3.31
Module poll_fn
Module Items
Structs
Functions
In futures_
util::
stream
futures_util
::
stream
Module
poll_fn
Copy item path
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>>
.