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

Required Methods§

source

fn find(self, path: &Path) -> SpecialHandling

Implementations on Foreign Types§

source§

impl SpecialPathList for &[SpecialPath]

source§

fn find(self, path: &Path) -> SpecialHandling

Implementors§