PreCommitInterceptor

Trait PreCommitInterceptor 

Source
pub trait PreCommitInterceptor<T: CommandTransaction> {
    // Required method
    fn intercept(&self, ctx: &mut PreCommitContext<'_, T>) -> Result<()>;
}

Required Methods§

Source

fn intercept(&self, ctx: &mut PreCommitContext<'_, T>) -> Result<()>

Implementors§