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