pub type SseEventStream = Pin<Box<dyn Stream<Item = HttpResult<SseEvent>> + Send>>;
Pin-boxed stream of parsed SseEvent or HttpError.
SseEvent
HttpError
pub struct SseEventStream { /* private fields */ }