Trait RelativePath

Source
pub trait RelativePath {
    // Required method
    fn get_dependency_path(&self, path: &str) -> Result<CanonicalizedPathBuf>;
}

Required Methods§

Implementors§