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