SessionState

Type Alias SessionState 

Source
pub type SessionState = Map<String, Value>;
Expand description

Convenience type for the map structure backing session state.

Aliased Typeยง

pub struct SessionState { /* private fields */ }