Skip to main content

RingBufferRowPostUpdateInterceptor

Trait RingBufferRowPostUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§