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