[][src]Trait broot::tree::SpecialPathList

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl<'_> SpecialPathList for &'_ [SpecialPath][src]

Loading content...

Implementors

Loading content...