Struct tokio_proto::multiplex::Multiplex
[−]
[src]
pub struct Multiplex;
A marker used to flag protocols as being multiplexed RPC.
This is an implementation detail; to actually implement a protocol,
implement the ClientProto
or ServerProto
traits in this module.