extendable_data

Attribute Macro extendable_data 

Source
#[extendable_data]
Expand description

Procedural attribute macro that combines (“extends”) data.

Generates a new procedural macro which allows you to extend some data structure A into data structure B.

See extendable_data::combine_data for how the data is actually combined.