Skip to main content

FromRow

Derive Macro FromRow 

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

Derives standard library TryFrom for converting a BigQuery Row into a struct.

Supports renaming attributes via #[bigquery(rename = "new_name")].