pub type EventStream = SseReader<BufReader<Box<dyn Stream>>>;Expand description
An owning SSE reader over the notification GET stream (a boxed transport
stream, so it survives on the notification thread).
Aliased Typeยง
pub struct EventStream { /* private fields */ }