Skip to main content

RingBufferRowPostInsertInterceptor

Trait RingBufferRowPostInsertInterceptor 

Source
pub trait RingBufferRowPostInsertInterceptor: Send + Sync {
    // Required method
    fn intercept<'a>(
        &self,
        ctx: &mut RingBufferRowPostInsertContext<'a>,
    ) -> Result<()>;
}

Required Methods§

Source

fn intercept<'a>( &self, ctx: &mut RingBufferRowPostInsertContext<'a>, ) -> Result<()>

Implementors§