Type Definition otter::mgmtchannel::ClientMgmtChannel[][src]

type ClientMgmtChannel = MgmtChannel<Box<dyn ReadDebug + Send + 'static>, Box<dyn WriteDebug + Send + 'static>>;

Implementations