attribute_derive

Macro impl_Attribute_for_Parse_and_ToTokens

Source
macro_rules! impl_Attribute_for_Parse_and_ToTokens {
    ($($type:ty),+ $(,)?) => { ... };
}
Expand description

Macro to easily implement AttributeValue for types implementing Parse and [ToTokens].