combine
4.6.7
In combine::
future_
ext
Structs
PollFn
Functions
poll_fn
combine
::
future_ext
Function
poll_fn
Copy item path
Settings
Help
Summary
Source
pub fn poll_fn<T, F>(f: F) ->
PollFn
<F>
ⓘ
where F:
FnMut
(&mut
Context
<'_>) ->
Poll
<T>,