Type Definition bevy::ecs::schedule::BoxedCondition

pub type BoxedCondition = Box<dyn ReadOnlySystem<Out = bool, In = ()> + 'static, Global>;