Skip to main content

Table

Derive Macro Table 

Source
#[derive(Table)]
{
    // Attributes available to this derive:
    #[table]
    #[column]
}
Expand description

Derive macro generating to_table(items: &[Self]) -> gilt::table::Table. See [crate::table] for full attribute schema.