pub trait IntoSystemConfigs<Marker> {
// Required method
fn into_descriptors(self, schedule: Schedule) -> Vec<SystemDescriptor>;
}Expand description
Trait for tuple system registration via add_systems
pub trait IntoSystemConfigs<Marker> {
// Required method
fn into_descriptors(self, schedule: Schedule) -> Vec<SystemDescriptor>;
}Trait for tuple system registration via add_systems