Type Definition iced_native::subscription::EventStream

source ·
pub type EventStream = BoxStream<(Event, Status)>;
Expand description

A stream of runtime events.

It is the input of a Subscription in the native runtime.