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