Skip to main content

FsCanonicalize

Trait FsCanonicalize 

Source
pub trait FsCanonicalize: BaseFsCanonicalize {
    // Provided method
    fn fs_canonicalize(&self, path: impl AsRef<Path>) -> Result<PathBuf> { ... }
}

Provided Methods§

Source

fn fs_canonicalize(&self, path: impl AsRef<Path>) -> Result<PathBuf>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§