Trait rfw::ecs::prelude::IntoExclusiveSystem[][src]

pub trait IntoExclusiveSystem<Params, SystemType> {
    fn exclusive_system(self) -> SystemType;
}

Required methods

Implementors