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