Skip to main content

RingBufferPostUpdateInterceptor

Trait RingBufferPostUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§