pub trait BinderServerSender { type Transport: Transport; }
A helper trait for the Binder server sender.
Binder