Trait kairos::matcher::Matcher

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

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

Required Methods§

Implementors§