pub trait RealmServerSender { type Transport: Transport; }
A helper trait for the Realm server sender.
Realm