macro_rules! define_categories {
($( $(#[$meta:meta])* $variant:ident => $prefix:literal, )*) => { ... };
}Expand description
Define category variants and their canonical ID prefixes together.
macro_rules! define_categories {
($( $(#[$meta:meta])* $variant:ident => $prefix:literal, )*) => { ... };
}Define category variants and their canonical ID prefixes together.