macro_rules! owned_event_path {
($($tokens:tt)*) => { ... };
}Expand description
Syntactic sugar for creating a pre-parsed owned event path. This path points at the event (as opposed to metadata).
macro_rules! owned_event_path {
($($tokens:tt)*) => { ... };
}Syntactic sugar for creating a pre-parsed owned event path. This path points at the event (as opposed to metadata).