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