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