pub trait ProtocolClientHandler<___T: Transport = Channel> { }
A client handler for the Protocol protocol.
See Protocol for more details.
Protocol