Searched defs:poll_next_entry (Results 1 – 2 of 2) sorted by relevance
76 pub fn poll_next_entry(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next_entry() method
490 fn poll_next_entry(&mut self, cx: &mut Context<'_>) -> Poll<Option<(usize, V::Item)>> { in poll_next_entry() function