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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl SpecialPathList for &[SpecialPath][src]

Loading content...

Implementors

Loading content...