pub trait RelativePath {
// Required method
fn get_dependency_path(&self, path: &str) -> Result<CanonicalizedPathBuf>;
}Required Methods§
fn get_dependency_path(&self, path: &str) -> Result<CanonicalizedPathBuf>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".