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