Type Alias BoxedSystem

Source
pub type BoxedSystem = Box<dyn System>;
Expand description

A convenience type alias for a boxed System trait object.

Aliased Typeยง

struct BoxedSystem(/* private fields */);