Expand description
Shared trait for all durable context types.
DurableContextOps is the single interface satisfied by every context
type in the SDK: DurableContext,
ClosureContext, TraitContext, and BuilderContext.
This trait exists for static dispatch only — never use it as dyn DurableContextOps. It enables generic handler functions that work with any
context flavour without code duplication.
Traits§
- Durable
Context Ops - Shared interface for all durable context types.