pub fn decode_uuid(row: &DatabaseRow, field: &str) -> Result<Uuid, Error>
orm-sqlx
Decodes a single value as Uuid for the field in a row.
Uuid