item_type

Macro item_type 

Source
macro_rules! item_type {
    ($($variant:ident = $number:literal,)+) => { ... };
}