[−][src]Function iced_native::subscription::events
pub fn events() -> Subscription<Event>
Returns a Subscription
to all the runtime events.
This subscription will notify your application of any Event
handled by
the runtime.