Trait actix_web_security::user_details::attachment::UserDetailsRequestAttachmentHelper [−][src]
pub trait UserDetailsRequestAttachmentHelper {
fn attach(&self, user_details: Box<dyn UserDetails>);
}A helper trait to attch a boxed UserDetails object to the request context.
Required methods
fn attach(&self, user_details: Box<dyn UserDetails>)[src]
Implementations on Foreign Types
impl UserDetailsRequestAttachmentHelper for ServiceRequest[src]
impl UserDetailsRequestAttachmentHelper for ServiceRequest[src]