Trait oni_comb_crond_rs::Specification

source ·
pub trait Specification<T>: Clone {
    // Required method
    fn is_satisfied_by(&self, arg: &T) -> bool;
}

Required Methods§

source

fn is_satisfied_by(&self, arg: &T) -> bool

Object Safety§

This trait is not object safe.

Implementors§