Trait rfw::ecs::schedule::IntoRunCriteria[][src]

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

Required methods

Implementations on Foreign Types

Implementors