Trait broot::path::SpecialPathList[][src]

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl SpecialPathList for &[SpecialPath][src]

Loading content...

Implementors

Loading content...