Skip to main content

Module mutation

Module mutation 

Source
Expand description

Storage-owned mutation authority surfaces.

Durable lifecycle mutations must route through the authority lane defined in authority. Replay reducers remain replay-only projection components.

Re-exports§

pub use authority::MutationAuthorityError;
pub use authority::MutationProjection;
pub use authority::MutationValidationError;
pub use authority::StorageMutationAuthority;

Modules§

authority
Storage-owned mutation authority implementation.