[][src]Derive Macro sprattus::FromSql

#[derive(FromSql)]
{
    // Attributes available to this derive:
    #[sql]
}

Automatically implements the FromSql trait for a given struct.