pub type LockedSession = Session<Locked<SessionKey>>;Available on crate feature
nightly only.Expand description
Locked session keys type alias, for use with protected memory
Aliased Typeยง
struct LockedSession { /* private fields */ }