Macro owned_session_id
macro_rules! owned_session_id {
($s:literal) => { ... };
}Expand description
Compile-time checked OwnedSessionId construction.
macro_rules! owned_session_id {
($s:literal) => { ... };
}Compile-time checked OwnedSessionId construction.