Module poll_fn
core
1.92.0-nightly
(5c7ae0c7e 2025-10-02)
Module poll_fn
Module Items
Structs
Functions
In core::
future
core
::
future
Module
poll_fn
Copy item path
Source
Structs
§
PollFn
A Future that wraps a function returning
Poll
.
Functions
§
poll_fn
Creates a future that wraps a function returning
Poll
.