Skip to main content

SESSION_CLASS

Constant SESSION_CLASS 

Source
pub const SESSION_CLASS: &str = "_Session";
Expand description

The class sessions live in.

A non-master read of it is narrowed to the caller’s own sessions, but that happens in parse_rust_rest’s read pipeline rather than here. See pipeline::narrow_sessions for why the layer matters.