pub type SessionList = Vec<Session>;
A list of all sessions (zero-copy) parsed in the connection.
struct SessionList { /* private fields */ }