pub type BoxedSystem = Box<dyn System>;
A convenience type alias for a boxed System trait object.
System
pub struct BoxedSystem(/* private fields */);