Trait GetFilePath

Source
pub trait GetFilePath {
    // Required method
    fn path(&self) -> &Path;
}

Required Methods§

Source

fn path(&self) -> &Path

Implementors§