Searched defs:CanonicalPath (Results 1 – 2 of 2) sorted by relevance
515 pub struct CanonicalPath { struct519 impl CanonicalPath { implementation523 pub fn new<T: AsRef<OsStr>>(binary_name: T) -> Result<CanonicalPath> { in new()595 impl fmt::Debug for CanonicalPath { implementation601 impl std::ops::Deref for CanonicalPath { implementation609 impl AsRef<path::Path> for CanonicalPath { implementation615 impl AsRef<OsStr> for CanonicalPath { implementation621 impl PartialEq<path::PathBuf> for CanonicalPath { implementation
91 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which()