Trait comtrya_lib::atoms::file::FileAtom

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

Required Methods§

source

fn get_path(&self) -> &PathBuf

Implementors§