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