pub type ReceiverSource = Receiver<Result<Event, Error>>;
The type of the Receiver which sends back event from the EventSource client.
Receiver
pub struct ReceiverSource { /* private fields */ }