Module cosmic::iced_runtime::futures::subscription
source · Expand description
Listen to external events in your application.
Structs§
- A request to listen to external events.
- A registry of subscription streams.
Enums§
- A subscription event.
Traits§
- The description of a
Subscription
.
Functions§
- Creates a
Subscription
from aRecipe
describing it. - Returns the different recipes of the
Subscription
.
Type Aliases§
- A stream of runtime events.
- The hasher used for identifying subscriptions.