Skip to main content

RingBufferPostInsertInterceptor

Trait RingBufferPostInsertInterceptor 

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

Required Methods§

Source

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

Implementors§