pub type SessionAnySession = Session<SessionAnyPool>;Expand description
Any Session Helper type for the DatabasePool.
Aliased Type§
pub struct SessionAnySession {
pub(crate) store: SessionStore<SessionAnyPool>,
pub(crate) id: String,
}Fields§
§store: SessionStore<SessionAnyPool>The SessionStore that holds all the Sessions.
id: StringThe Sessions current ID for looking up its store.