Type Alias StackSession

Source
pub type StackSession = Session<SessionKey>;
Expand description

Stack-allocated type alias for Session. Provided for convenience.

Aliased Typeยง

struct StackSession { /* private fields */ }