cosmic::iced::advanced::graphics::futures::subscription

Type Alias EventStream

source
pub type EventStream = Pin<Box<dyn Stream<Item = Event> + Send>>;
Expand description

A stream of runtime events.

It is the input of a Subscription.

Aliased Typeยง

struct EventStream {}