zino_orm

Function decode_uuid

Source
pub fn decode_uuid(row: &DatabaseRow, field: &str) -> Result<Uuid, Error>
Available on crate feature orm-sqlx only.
Expand description

Decodes a single value as Uuid for the field in a row.