Module tokio_proto::multiplex [−][src]
Multiplexed RPC protocols.
See the crate-level docs for an overview.
Structs
ClientFuture |
Future returned by a call to |
ClientService |
Client |
Multiplex |
A marker used to flag protocols as being multiplexed RPC. |
Traits
ClientProto |
An multiplexed client protocol. |
ServerProto |
An multiplexed server protocol. |
Type Definitions
RequestId |
Identifies a request / response thread |