Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ next
Method
next
src/backend/linux_raw/fs/dir.rs:308–310 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
306
307
#[inline]
308
fn next(&mut self) -> Option<Self::Item> {
309
Self::read(self)
310
}
311
}
312
313
impl fmt::Debug for Dir {
Callers
nothing calls this directly
Calls
1
read
Function · 0.50
Tested by
no test coverage detected