ReceiverSource

Type Alias ReceiverSource 

Source
pub type ReceiverSource = Receiver<Result<Event, Error>>;
Expand description

The type of the Receiver which sends back event from the EventSource client.

Aliased Typeยง

pub struct ReceiverSource { /* private fields */ }