Trait cnfs::FileSystem
source · pub trait FileSystem: Send + Sync {
// Required method
fn root_inode(&self) -> InodeRef;
}
Expand description
Trait for filesystem
Required Methods§
sourcefn root_inode(&self) -> InodeRef
fn root_inode(&self) -> InodeRef
Returns the root directory of the filesystem