Expand description
Handle idempotency in event-sourced systems.
Enums§
- Idempotent
- Signals if a mutation is applied or was skipped.
Traits§
- From
Already Applied - Internal trait used by the
idempotency_guardmacro.
Handle idempotency in event-sourced systems.
idempotency_guard macro.