PathBufExt

Trait PathBufExt 

Source
pub trait PathBufExt {
    // Required method
    fn remove_all_extensions(&mut self);
}

Required Methods§

Source

fn remove_all_extensions(&mut self)

Remove all extensions from the path.

Implementations on Foreign Types§

Source§

impl PathBufExt for PathBuf

Implementors§