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

pub trait IntoSystem<Params, SystemType> where
    SystemType: System
{ fn system(self) -> SystemType; }

Required methods

Implementors