Skip to main content

SseEventStream

Type Alias SseEventStream 

Source
pub type SseEventStream = Pin<Box<dyn Stream<Item = HttpResult<SseEvent>> + Send>>;
Expand description

Pin-boxed stream of parsed SseEvent or HttpError.

Aliased Typeยง

pub struct SseEventStream { /* private fields */ }