futures_util
0.3.31
Module poll_fn
Structs
Functions
In futures_util::future
Module
futures_util
::
future
::
poll_fn
Copy item path
source
·
[
−
]
Expand description
Definition of the
PollFn
adapter combinator
Structs
§
PollFn
Future for the
poll_fn
function.
Functions
§
poll_fn
Creates a new future wrapping around a function returning
Poll
.