Type Definition iced_native::subscription::EventStream[][src]

type EventStream = BoxStream<'static, (Event, Status)>;

A stream of runtime events.

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