pub trait Clean {
    fn clean(&self) -> PathBuf;
}
Expand description

The Clean trait implements the clean method.

Required Methods

Implementations on Foreign Types

Clean implemented for PathBuf

Clean implemented for PathBuf

Implementors