Type Alias bevy_internal::ecs::system::BoxedSystem
source · pub type BoxedSystem<In = (), Out = ()> = Box<dyn System<Out = Out, In = In>>;
Expand description
A convenience type alias for a boxed System
trait object.
Aliased Type§
struct BoxedSystem<In = (), Out = ()>(/* private fields */);