pub fn session_info() -> Arc<Session>
Expand description
Instantiates the Session struct with empty HashMap for both tracker and mapping fields.
§See Also
Creates new Mutex in an unlocked state for each of the fields.
§Returns
Returns the constructed Arc for the Session struct.