PostCommitInterceptor

Trait PostCommitInterceptor 

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

Required Methods§

Source

fn intercept(&self, ctx: &mut PostCommitContext) -> Result<()>

Implementors§