pub trait BinderClientSender { type Transport: Transport; }
A helper trait for the Binder client sender.
Binder