macro_rules! impl_Attribute_for_Parse_and_ToTokens { ($($type:ty),+ $(,)?) => { ... }; }
Expand description
Macro to easily implement AttributeValue
for types implementing
Parse
and [ToTokens
].
macro_rules! impl_Attribute_for_Parse_and_ToTokens { ($($type:ty),+ $(,)?) => { ... }; }
Macro to easily implement AttributeValue
for types implementing
Parse
and [ToTokens
].