[][src]Trait file_node::DirNode

pub trait DirNode {
    fn remove(&mut self, id: &u64, name: &OsStr);
fn add(&mut self, id: u64, name: OsString); }

Required methods

fn remove(&mut self, id: &u64, name: &OsStr)

fn add(&mut self, id: u64, name: OsString)

Loading content...

Implementors

Loading content...