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