Trait ToPath

Source
pub trait ToPath {
    // Required method
    fn to_path(&self) -> &Arc<Path>;
}

Required Methods§

Source

fn to_path(&self) -> &Arc<Path>

May be slightly costly on first run but then cached in those cases

Implementors§