futures_util
0.3.31
Module poll_fn
Structs
Functions
In futures_util::stream
Module
futures_util
::
stream
::
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>>
.