#[derive(PropertyName)] { // Attributes available to this derive: #[property] }
Implements a custom trait - PropertyName
PropertyName
Quickly implements a trait based on the property struct name in kebab-case - is needed for the correct usage of Display trait.
kebab-case
Display