Skip to main content

Renderable

Derive Macro Renderable 

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

Derive macro that generates a gilt::console::Renderable implementation for a struct, delegating to one of the existing widget derives.

See [crate::renderable] for full attribute schema and behaviour.