logo

Type Definition bevy::ecs::system::BoxedSystem[]

pub type BoxedSystem<In = (), Out = ()> = Box<dyn System<In = In, Out = Out> + 'static, Global>;
Expand description

A convenience type alias for a boxed System trait object.