Struct qecs_core::Simulation [] [src]

pub struct Simulation<IdMgr, Key, StoBase: ?Sized, BufBase: ?Sized, SerBase: ?Sized, ProcBase: ?Sized> { /* fields omitted */ }

Methods

impl<IdMgr, Key, StoBase: ?Sized, BufBase: ?Sized, SerBase: ?Sized, ProcBase: ?Sized> Simulation<IdMgr, Key, StoBase, BufBase, SerBase, ProcBase> where
    IdMgr: PrimaryIdManager,
    Key: Debug + Ord,
    StoBase: StoreBase<Id = IdMgr::Id>,
    BufBase: BufferBase,
    SerBase: ServiceBase,
    ProcBase: ProcessBase<IdMgr, Key, StoBase, BufBase, SerBase>, 
[src]