pub type TestSystemService<'g> = SystemService<'g, TestKernel<'g>, TestVm<'g>>;

Aliased Type§

struct TestSystemService<'g> {
    pub api: &'g mut Kernel<'g, SystemConfig<Vm<'g, WasmiEngine, NoExtension>>, Track<'g, InMemorySubstateDatabase, SpreadPrefixKeyMapper>>,
    pub phantom: PhantomData<Vm<'g, WasmiEngine, NoExtension>>,
}

Fields§

§api: &'g mut Kernel<'g, SystemConfig<Vm<'g, WasmiEngine, NoExtension>>, Track<'g, InMemorySubstateDatabase, SpreadPrefixKeyMapper>>§phantom: PhantomData<Vm<'g, WasmiEngine, NoExtension>>