pub struct PollFn<F> { /* private fields */ }
A Future that wraps a function returning Poll.
Poll
This struct is created by poll_fn(). See its documentation for more.
struct
poll_fn()