pub trait ReadableServerSender { type Transport: Transport; }
A helper trait for the Readable server sender.
Readable