Modules§
Enums§
- Mode
Response - The result of a Mode processing a message.
The runtime applies this response to mutate session state.
#[non_exhaustive]: downstream wildcard arms must treat unknown responses as no-ops or rejections, never as resolutions.
Constants§
- EXTENSION_
MODE_ NAMES - Built-in extension modes shipped with this runtime but not yet standards-track.
- STANDARD_
MODE_ NAMES - The canonical standards-track modes implemented by this runtime.
Traits§
- Mode
- Trait that coordination modes implement. Modes receive immutable session references and return a ModeResponse. The runtime kernel is responsible for applying the response.