logo

Trait bevy::ecs::schedule::IntoSystemDescriptor[]

pub trait IntoSystemDescriptor<Params> {
    fn into_descriptor(self) -> SystemDescriptor;
}

Required methods

Implementations on Foreign Types

Implementors