pub type Subscription = BoxStream<'static, Message>;
A subscription stream that yields messages.
pub struct Subscription { /* private fields */ }