pub trait SpecialPathList {
    fn find(self, path: &Path) -> SpecialHandling;
}

Required methods

Implementations on Foreign Types

Implementors