Type Definition bevy_ecs::schedule::BoxedCondition

source ·
pub type BoxedCondition = Box<dyn ReadOnlySystem<In = (), Out = bool>>;