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