Available on crate feature
advanced
only.Expand description
Write your own subscriptions.
Enums§
- Event
- A subscription event.
- MacOS
- Describes an event specific to MacOS
- Platform
Specific - A platform specific event
Traits§
- Recipe
- The description of a
Subscription
.
Functions§
- from_
recipe - Creates a
Subscription
from aRecipe
describing it. - into_
recipes - Returns the different recipes of the
Subscription
.
Type Aliases§
- Event
Stream - A stream of runtime events.
- Hasher
- The hasher used for identifying subscriptions.