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