macro_rules! trace_event {
($log:expr_2021, $event:expr_2021) => { ... };
}Expand description
Primary trace event macro - compiles to nothing when disabled
macro_rules! trace_event {
($log:expr_2021, $event:expr_2021) => { ... };
}Primary trace event macro - compiles to nothing when disabled