macro_rules! passive_timing_wrappers { ($($(#[$meta:meta])* $method:ident => $property:ident),+ $(,)?) => { ... }; }