Trait kairos::matcher::Matcher [] [src]

pub trait Matcher {
    fn matches(&self, tt: &TimeType) -> Result<bool>;
}

A trait to extend indicator::* to be able to match them with a TimeType object

Required Methods

Implementors