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