macro_rules! impl_image_generation { ($struct_:ident) => { ... }; ($struct_:ident<$($generics:tt),*>) => { ... }; }