Skip to main content

SharedSessionStore

Type Alias SharedSessionStore 

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

Thread-safe session store

Aliased Typeยง

pub struct SharedSessionStore { /* private fields */ }