Skip to main content

Record

Derive Macro Record 

Source
#[derive(Record)]
{
    // Attributes available to this derive:
    #[field]
    #[column]
    #[table]
    #[db]
}