node_resolver

Trait PathClean

Source
pub trait PathClean<T> {
    // Required method
    fn clean(&self) -> T;
}
Expand description

Extension to path_clean::PathClean

Required Methods§

Source

fn clean(&self) -> T

Implementations on Foreign Types§

Source§

impl PathClean<PathBuf> for PathBuf

Source§

fn clean(&self) -> PathBuf

Implementors§