pub type MemoryHost = Host<MemoryStore<HostState>>;
A host provider that keeps its state in this process.
pub struct MemoryHost { /* private fields */ }
A host with nothing opened against it.
A host that starts from a scenario.
Everything it knows.