Trait tbf::TagPattern[][src]

pub trait TagPattern: Sealed {
    fn match_tags<T, I>(&self, tags: I) -> bool
    where
        T: Borrow<Tag>,
        I: IntoIterator<Item = T>
; }
Expand description

Any type that can be used to match a file’s tags on

Required methods

Match this item against an iterator of tags

Implementations on Foreign Types

Implementors