Derive Macro Property

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

Implements a custom trait - Property

§Used on

  • properties

§Purpose

Implements a trait and other utilities, such as Nothing as value, CSS-wide functions, etc.