pub fn uuid_from_sql(
    buf: &[u8]
) -> Result<[u8; 16], Box<dyn Error + Sync + Send>>
Expand description

Deserializes a UUID value.