macro_rules! session_id {
    ($s:literal) => { ... };
}
Expand description

Compile-time checked SessionId construction.