pub type SessionState = Map<String, Value>;
Convenience type for the map structure backing session state.
pub struct SessionState { /* private fields */ }