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.
pub trait PathClean<T> {
fn clean(&self) -> T;
}
The Clean trait implements a clean
method. It’s recommended you use the provided clean
function.