Struct tokio_proto::streaming::multiplex::StreamingMultiplex [] [src]

pub struct StreamingMultiplex<B>(_);

A marker used to flag protocols as being streaming and multiplexed.

This is an implementation detail; to actually implement a protocol, implement the ClientProto or ServerProto traits in this module.