Skip to main content

RingBufferPreInsertInterceptor

Trait RingBufferPreInsertInterceptor 

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

Required Methods§

Source

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

Implementors§