Skip to main content

Module op

Module op 

Source
Expand description

Op — kernel-level effect payload (ABI sub-enums).

Each variant is the “what to do” intent; Effect<S, 'i> wraps it with authorization state, instance brand, and originating principal. Ships a flat enum; sub-categorization is reserved (deferred).

Enums§

Op
Kernel-level effect intent. Each variant is “what to do”; the kernel wraps it in Effect for authorization, then dispatches into the per-step StepStage.