Home
last modified time | relevance | path

Searched defs:DirEntry (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs545 block: &mut VecDeque<io::Result<DirEntry>>, in fill_block()
555 fn poll_next(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<Option<DirEntry>>> { in poll_next()
611 pub async fn next(&mut self) -> io::Result<Option<DirEntry>> { in next()
621 pub struct DirEntry(Arc<std::fs::DirEntry>); struct
623 impl DirEntry { implementation