Skip to main content

RolePostCreateInterceptor

Trait RolePostCreateInterceptor 

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

Required Methods§

Source

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

Implementors§