Skip to main content

RingBufferRowPreInsertInterceptor

Trait RingBufferRowPreInsertInterceptor 

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

Required Methods§

Source

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

Implementors§