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