BoxedRule

Type Alias BoxedRule 

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

Aliased Typeยง

pub(super) struct BoxedRule(/* private fields */);