Macros§
- Expands to repeat some code for each item in a provided list of values.
- Like
foreach!, but allows you to “iterate” over identifiers, running your logic on a&dyn Ttrait object for each one. - Praise Shepmaster https://stackoverflow.com/a/27582993/8149876