pub trait CloneableServerSender { type Transport: Transport; }
A helper trait for the Cloneable server sender.
Cloneable