SessionState

Type Alias SessionState 

Source
pub type SessionState = Arc<RwLock<HashMap<String, Value>>>;
Expand description

Session state storage (thread-safe)

Aliased Typeยง

pub struct SessionState { /* private fields */ }