Trait otter_api_tests::MgmtChannelExt[][src]

pub trait MgmtChannelExt {
    fn game_synch(&mut self, game: InstanceName) -> Result<Generation, AE>;
fn fakerng_load(&mut self, values: &[&dyn ToString]) -> Result<(), AE>;
fn fakerng_unfake(&mut self) -> Result<(), AE>; }

Required methods

Implementors