Trait cnfs::FileSystem

source ·
pub trait FileSystem: Send + Sync {
    // Required method
    fn root_inode(&self) -> InodeRef;
}
Expand description

Trait for filesystem

Required Methods§

source

fn root_inode(&self) -> InodeRef

Returns the root directory of the filesystem

Implementors§