Type Alias BoxedPredicate

Source
pub type BoxedPredicate = Box<dyn Predicate>;

Aliased Typeยง

struct BoxedPredicate(/* private fields */);