Lines Matching refs:poll
23181 /// match fut.as_mut().poll(&mut cx) {51849 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {51850 F::poll(Pin::new(&mut *self), cx)