[][src]Derive Macro impl_table::Table

#[derive(Table)]
{
    // Attributes available to this derive:
    #[column]
    #[primary_key]
}

Derive database table bindings and utils, e.g. table_name() and all_columns().