Searched refs:project_future (Results 1 – 3 of 3) sorted by relevance
23 pub(crate) fn project_future(self: Pin<&mut Self>) -> Option<Pin<&mut R>> { in project_future() method
73 Poll::Ready(if let Some(future) = this.state.as_mut().project_future() { in poll_flush()
113 let step = match this.state.as_mut().project_future() { in poll_next()