parse_uuid_with_fallback

Function parse_uuid_with_fallback 

Source
pub fn parse_uuid_with_fallback(
    binary: Option<&[u8]>,
    utf8: Option<&str>,
) -> Option<Uuid>
Expand description

Parse protobuf UUIDs specified in both binary and utf8 formats

Prefers the binary format