pub trait CloseableServerSender { type Transport: Transport; }
A helper trait for the Closeable server sender.
Closeable