hyper
1.7.0
In hyper::
common::
future
hyper
::
common
::
future
Function
poll_fn
Copy item path
Source
pub(crate) fn poll_fn<T, F>(f: F) ->
PollFn
<F>
ⓘ
where F:
FnMut
(&mut
Context
<'_>) ->
Poll
<T>,