pub trait DirectoryInode: Debug {
// Required methods
fn hard_link_count(&self) -> u32;
fn parent_inode_number(&self) -> u32;
fn table_location(&self) -> DirectoryTableLocation;
}Expand description
Trait to encompass BasicDirectory and ExtendedDirectory