IntoSystem

Trait IntoSystem 

pub trait IntoSystem<Marker> {
    type System: ExclusiveSystem;

    // Required method
    fn into_system(self) -> Self::System;
}

Required Associated Types§

Required Methods§

fn into_system(self) -> Self::System

Implementors§