pub trait NamespaceServerSender { type Transport: Transport; }
A helper trait for the Namespace server sender.
Namespace