Type Alias BoxedPredicate

Source
pub type BoxedPredicate = Box<dyn Predicate>;

Aliased Typeยง

pub struct BoxedPredicate(/* private fields */);