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