Skip to main content

ViewPostCreateInterceptor

Trait ViewPostCreateInterceptor 

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

Required Methods§

Source

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

Implementors§