iced::advanced

Module subscription

Source
Available on crate feature advanced only.
Expand description

Write your own subscriptions.

Enums§

Event
A subscription event.
MacOS
Describes an event specific to MacOS
PlatformSpecific
A platform specific event

Traits§

Recipe
The description of a Subscription.

Functions§

from_recipe
Creates a Subscription from a Recipe describing it.
into_recipes
Returns the different recipes of the Subscription.

Type Aliases§

EventStream
A stream of runtime events.
Hasher
The hasher used for identifying subscriptions.