Skip to main content

ServerSentEvents

Type Alias ServerSentEvents 

Source
pub type ServerSentEvents = Pin<Box<dyn Stream<Item = Result<Event, EventError>>>>;
Expand description

Represents a stream of Server-Sent Events.

Aliased Typeยง

pub struct ServerSentEvents { /* private fields */ }