Skip to main content

Panel

Derive Macro Panel 

Source
#[derive(Panel)]
{
    // Attributes available to this derive:
    #[panel]
    #[field]
}
Expand description

Derive macro generating to_panel(&self) -> gilt::panel::Panel. See [crate::panel] for full attribute schema.