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

Required Methods§

Implementations on Foreign Types§

Implementors§