Skip to main content
Module poll_fn
core
1.97.0-nightly
(a5c825cd8 2026-04-14)
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
.