pub trait Clean { fn clean(&self) -> PathBuf; }
The Clean trait implements the clean method.
clean
Clean implemented for PathBuf