Skip to main content

ViewPostUpdateInterceptor

Trait ViewPostUpdateInterceptor 

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

Required Methods§

Source

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

Implementors§