Skip to main content

ControlMutationAuthority

Type Alias ControlMutationAuthority 

Source
pub type ControlMutationAuthority = Arc<Mutex<StorageMutationAuthority<InstrumentedWalWriter<WalFsWriter>, ReplayReducer>>>;
Expand description

Shared control mutation authority type used by control handlers.

Aliased Typeยง

pub struct ControlMutationAuthority { /* private fields */ }