Searched refs:poll_next (Results 1 – 2 of 2) sorted by relevance
555 fn poll_next(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next() method613 poll_fn(|cx| self.poll_next(cx)).await in next()
401 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<Option<Vec<u8>>>> { in poll_next() function417 poll_fn(|cx| Pin::new(&mut *self).poll_next(cx)).await in next()