Skip to main content

PathExt

Trait PathExt 

Source
pub trait PathExt {
    // Required method
    fn to_rel_path_buf(&self) -> Result<RelPathBuf>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T: AsRef<Path> + ?Sized> PathExt for T