Trait Predicate
lite_parser::parser
pub trait Predicate<T> { fn eval(t: &T) -> bool; }
fn eval(t: &T) -> bool