Trait IntoSystem
pub trait IntoSystem<Marker> {
type System: ExclusiveSystem;
// Required method
fn into_system(self) -> Self::System;
}pub trait IntoSystem<Marker> {
type System: ExclusiveSystem;
// Required method
fn into_system(self) -> Self::System;
}