FileAtom

Trait FileAtom 

Source
pub trait FileAtom: Atom {
    // Required method
    fn get_path(&self) -> &PathBuf;
}

Required Methods§

Source

fn get_path(&self) -> &PathBuf

Implementors§