BoxedSystem

Type Alias BoxedSystem 

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

A convenience type alias for a boxed System trait object.

Aliased Typeยง

pub struct BoxedSystem(/* private fields */);