pub type Inode = Inode;
Expand description
The type for inodes in used in the filesystem.
Trait Implementations§
source§impl From<SpecInodes> for Inode
impl From<SpecInodes> for Inode
source§fn from(special: SpecInodes) -> Self
fn from(special: SpecInodes) -> Self
Converts to this type from the input type.