macro_rules! primitive_component_definitions {
    ($macro_to_instantiate:ident) => { ... };
}
Expand description

A mapping from enum names to Rust types. Instantiate this with a macro that takes $(($value:ident, $type:ty)),*.