retina_datatypes::typedefs

Type Alias SessionList

Source
pub type SessionList = Vec<Session>;
Expand description

A list of all sessions (zero-copy) parsed in the connection.

Aliased Typeยง

struct SessionList { /* private fields */ }