Skip to main content

SessionAnySession

Type Alias SessionAnySession 

Source
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: String

The Sessions current ID for looking up its store.