Struct tokio_proto::streaming::pipeline::StreamingPipeline [] [src]

pub struct StreamingPipeline<B>(_);

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

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