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