Module actix_web_security::user_details [−][src]
The user_details module provides all user retrieval related functionality that is required for the authentication process.
Modules
| attachment | Utility trait to attach a |
| request_extension | Extension function to inject a |
Traits
| UserDetails | Marker trait for a user object to put into the request context. |
| UserDetailsClone | A user details object must be cloneable.
Therefore it has to implement the |