ThemeBuilder

Derive Macro ThemeBuilder 

Source
#[derive(ThemeBuilder)]
{
    // Attributes available to this derive:
    #[context]
    #[builder]
    #[style]
}
Expand description

ยงPanics

  • Panics if derive is not attached to a struct
  • Panics if no context attribute is found