Type Alias BoxedRule

Source
pub(super) type BoxedRule = Box<dyn FallibleRule>;

Aliased Typeยง

struct BoxedRule(/* private fields */);