Derive Macro PropertyValue

Source
#[derive(PropertyValue)]
{
    // Attributes available to this derive:
    #[property]
}
Expand description

Creates an enum - <Property>Value

§Used on

  • properties

§Purpose

Creates an enum with allowed data types and keywords for targetted property.