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