pub trait VirtualBusSpawner {
    fn spawn(
        &mut self,
        name: &str,
        config: &SpawnOptionsConfig
    ) -> Result<BusSpawnedProcess>; }

Required Methods§

Spawns a new WAPM process by its name

Implementors§