logo

Trait bevy::ecs::schedule::IntoRunCriteria[]

pub trait IntoRunCriteria<Marker> {
    fn into(self) -> RunCriteriaDescriptorOrLabel;
}

Required methods

Implementations on Foreign Types

Implementors