Skip to main content

uuid_from_bytes

Function uuid_from_bytes 

Source
pub fn uuid_from_bytes(bytes: &[u8]) -> Option<Uuid>
Expand description

Convert a 16-byte SQLite BLOB back into a Uuid. Returns None if the blob is the wrong length.