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