Skip to main content

AuthenticationPostCreateInterceptor

Trait AuthenticationPostCreateInterceptor 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§