Module tokio_proto::streaming::pipeline
[−]
[src]
Pipelined, streaming protocols.
See the crate-level docs for an overview.
Modules
advanced |
Provides the substrate for implementing pipelined, streaming protocols. |
Structs
StreamingPipeline |
A marker used to flag protocols as being streaming and pipelined. |
Enums
Frame |
A pipelined protocol frame |
Traits
ClientProto |
A streaming, pipelined client protocol. |
ServerProto |
A streaming, pipelined server protocol. |
Transport |
Additional transport details relevant to streaming, pipelined protocols. |