pub const SESSION_ID_HEX_MIN_CHARS: usize = 8;Expand description
Minimum length, in lower-hex characters, of a SessionId’s body after
its prefix – a floor against an accidentally-empty id, not an exact
width (see SESSION_ID_HEX_MAX_CHARS for why there is no exact
width).