#[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.
#[derive(Table)]
{
// Attributes available to this derive:
#[table]
#[column]
}
Derive macro generating to_table(items: &[Self]) -> gilt::table::Table.
See [crate::table] for full attribute schema.