Skip to main content

MgmtChannel

Type Alias MgmtChannel 

Source
pub type MgmtChannel = ClientMgmtChannel;

Aliased Type§

pub struct MgmtChannel {
    pub read: FrameReader<Box<dyn ReadDebug + Send>>,
    pub write: FrameWriter<Box<dyn WriteDebug + Send>>,
}

Fields§

§read: FrameReader<Box<dyn ReadDebug + Send>>§write: FrameWriter<Box<dyn WriteDebug + Send>>

Trait Implementations§

Source§

impl MgmtChannelExt for MgmtChannel

Source§

fn game_synch(&mut self, game: InstanceName) -> Result<Generation, AE>

Source§

fn fakerng_load(&mut self, values: &[&dyn ToString]) -> Result<(), AE>

Source§

fn fakerng_unfake(&mut self) -> Result<(), AE>