Trait actix_web_security::authentication::scheme::basic::user_details_service::BasicUserDetailsServiceClone[][src]

pub trait BasicUserDetailsServiceClone: Sync + Send {
    fn clone_box(&self) -> Box<dyn BasicUserDetailsService>;
}

An user details service must be cloneable, send and sync. Therefore it has to implement the BasicUserDetailsServiceClone trait to be cloneable as a boxed object.

Required methods

Loading content...

Implementors

Loading content...