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