[][src]Type Definition eventsource_client::EventStream

type EventStream = Box<dyn Stream<Item = Event, Error = Error> + Send>;