Trait RelativePath
fhttp_core::path_utils
pub trait RelativePath { fn get_dependency_path(&self, path: &str) -> Result<CanonicalizedPathBuf>; }
fn get_dependency_path(&self, path: &str) -> Result<CanonicalizedPathBuf>
impl<T: AsRef<Path>> RelativePath for T