Skip to main content

ToAbsPathBuf

Trait ToAbsPathBuf 

Source
pub trait ToAbsPathBuf: AsRef<Path> {
    // Required method
    fn to_abs_path_buf(&self) -> Result<AbsPathBuf>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§