Trait ecs::world::SystemManager [] [src]

pub trait SystemManager {
    type Components: ComponentManager;
    type Services: ServiceManager;
}

Associated Types

Implementors