macro_rules! trace_timed {
($label:literal, { $($body:tt)* }) => { ... };
($label:literal, $($field:ident = $val:expr),+, { $($body:tt)* }) => { ... };
}macro_rules! trace_timed {
($label:literal, { $($body:tt)* }) => { ... };
($label:literal, $($field:ident = $val:expr),+, { $($body:tt)* }) => { ... };
}