Trait qecs_core::ProcessBase [] [src]

pub trait ProcessBase<IdMgr, Key, SsysBase: ?Sized, StoBase: ?Sized, BufBase: ?Sized>: Any + Send + Sync where IdMgr: PrimaryIdManager, Key: Debug + Ord, SsysBase: SubsystemBase, StoBase: StoreBase<Id=IdMgr::Id>, BufBase: BufferBase {
    fn _update(&mut self, ids: &IdMgr, subsystems: &Ioc<Key, SsysBase>, stores: &Ioc<Key, StoBase>, buffers: &Ioc<Key, BufBase>);
}

Required Methods

fn _update(&mut self, ids: &IdMgr, subsystems: &Ioc<Key, SsysBase>, stores: &Ioc<Key, StoBase>, buffers: &Ioc<Key, BufBase>)

Implementors