Skip to main content

RingBufferRowPreUpdateInterceptor

Trait RingBufferRowPreUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§