Skip to main content

ClientMgmtChannel

Type Alias ClientMgmtChannel 

Source
pub type ClientMgmtChannel = MgmtChannel<Box<dyn ReadDebug + Send>, Box<dyn WriteDebug + Send>>;

Aliased Type§

pub struct ClientMgmtChannel {
    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>>