Expand description
Types and traits related to SessionStore.
Modules§
- errors
- Errors that can occur when interacting with a session storage backend.
Structs§
- Session
Record - A server-side session record that was retrieved from the chosen storage backend.
- Session
Record Ref - A server-side session record that’s going to be stored in the chosen storage backend.
Traits§
- Session
Storage Backend - The interface of a session storage backend.