iced_futures::subscription

Type Alias EventStream

Source
pub type EventStream = BoxStream<Event>;
Expand description

A stream of runtime events.

It is the input of a Subscription.

Aliased Typeยง

struct EventStream {}