pub type SubscribeRx = UnboundedReceiver<Uuid>;
A channel on which to receive websocket subscriptions
pub struct SubscribeRx { /* private fields */ }