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