pub type SubscribeTx = UnboundedSender<Uuid>;
A channel on which to request websocket subscriptions
pub struct SubscribeTx { /* private fields */ }