Derive Macro TryFromRow

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

Implements the TryFrom<&Row> trait for a struct