Skip to main content

RingBufferPostCreateInterceptor

Trait RingBufferPostCreateInterceptor 

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

Required Methods§

Source

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

Implementors§