pub trait PathClean<T> { // Required method fn clean(&self) -> T; }
Extension to path_clean::PathClean