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.
macro_rules! define_attribute_enums {
($attr:ident, $decoder:ident, $encoder:ident,[$($variant:ident),*]) => { ... };
}Defines an aggregated attribute type and its decoder and encoder.