define_attribute_enums

Macro define_attribute_enums 

Source
macro_rules! define_attribute_enums {
    ($attr:ident, $decoder:ident, $encoder:ident,[$($variant:ident),*]) => { ... };
}
Expand description

Defines an aggregated attribute type and its decoder and encoder.