Skip to main content

SharedSessionStore

Type Alias SharedSessionStore 

Source
pub type SharedSessionStore = Arc<SessionStore>;
Expand description

Shared pointer to a session store.

Aliased Typeยง

pub struct SharedSessionStore { /* private fields */ }