Function futures_lite::stream::poll_fn [−][src]
pub fn poll_fn<T, F>(f: F) -> PollFn<F> where
F: FnMut(&mut Context<'_>) -> Poll<Option<T>>,
pub fn poll_fn<T, F>(f: F) -> PollFn<F> where
F: FnMut(&mut Context<'_>) -> Poll<Option<T>>,