[][src]Function futures_async_combinators::future::poll_fn

pub fn poll_fn<F, T>(f: F) -> impl Future<Output = T> where
    F: FnMut(&Waker) -> Poll<T>,