macro_rules! impl_image_generation {
($struct_:ident) => { ... };
($struct_:ident<$($generics:tt),*>) => { ... };
}Available on crate feature
image only.macro_rules! impl_image_generation {
($struct_:ident) => { ... };
($struct_:ident<$($generics:tt),*>) => { ... };
}image only.