Derive Macro Record

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

Derives the Record trait for a struct.