Skip to main content

PathExt

Trait PathExt 

Source
pub trait PathExt {
    // Required method
    fn rem(&self, p: impl AsRef<Path>) -> Option<PathBuf>;
}

Required Methods§

Source

fn rem(&self, p: impl AsRef<Path>) -> Option<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.

Implementations on Foreign Types§

Source§

impl PathExt for Path

Source§

fn rem(&self, p: impl AsRef<Path>) -> Option<PathBuf>

Implementors§