Trait path_clean::PathClean

source ·
pub trait PathClean<T> {
    fn clean(&self) -> T;
}
Expand description

The Clean trait implements a clean method. It’s recommended you use the provided clean function.

Required Methods§

Implementations on Foreign Types§

PathClean implemented for PathBuf

Implementors§