Trait NormalizePaths

Source
pub trait NormalizePaths {
    // Required method
    fn normalize_paths(&mut self);
}

Required Methods§

Source

fn normalize_paths(&mut self)

Implementations on Foreign Types§

Source§

impl NormalizePaths for PathBuf

Implementors§