Skip to main content

Module react_loop_guard

Module react_loop_guard 

Source

Structs§

GuardCtx
Guard context information — built by runtime, passed to guard.
NoopGuard
Default guard — fails on degenerate states, completes on normal flow.

Enums§

GuardDecision
Guard decision — returned by guard, executed by base loop.

Traits§

ReactLoopGuard
React Loop Guard trait — single unified entry point.