pub trait LinkableServerSender { type Transport: Transport; }
A helper trait for the Linkable server sender.
Linkable