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