Trait GetPath

Source
pub trait GetPath {
    // Provided method
    fn get_path(&self) -> Option<String> { ... }
}

Provided Methods§

Implementors§