pub trait QueryableServerSender { type Transport: Transport; }
A helper trait for the Queryable server sender.
Queryable