Trait rfw::ecs::IntoChainSystem[][src]

pub trait IntoChainSystem<SystemB>: System where
    SystemB: System<In = Self::Out>, 
{ fn chain(self, system: SystemB) -> ChainSystem<Self, SystemB>; }

Required methods

Implementors