Skip to main content

define_categories

Macro define_categories 

Source
macro_rules! define_categories {
    ($( $(#[$meta:meta])* $variant:ident => $prefix:literal, )*) => { ... };
}
Expand description

Define category variants and their canonical ID prefixes together.