#[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.
#[derive(Panel)]
{
// Attributes available to this derive:
#[panel]
#[field]
}
Derive macro generating to_panel(&self) -> gilt::panel::Panel.
See [crate::panel] for full attribute schema.