pub trait UserDetailsRequestAttachmentHelper {
// Required method
fn attach(&self, user_details: Box<dyn UserDetails>);
}Expand description
A helper trait to attch a boxed UserDetails object to the request context.
pub trait UserDetailsRequestAttachmentHelper {
// Required method
fn attach(&self, user_details: Box<dyn UserDetails>);
}A helper trait to attch a boxed UserDetails object to the request context.