Searched refs:poll (Results 1 – 1 of 1) sorted by relevance
2012 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function2013 F::poll(Pin::new(&mut *self), cx) in poll()