Expand description
Parses an UUID from arbitrary bytes.
Errors
This function returns Err
if:
- The length of
src
doesn’t match any UUID format variants. - The content of
src
is invalid.
Parses an UUID from arbitrary bytes.
This function returns Err
if:
src
doesn’t match any UUID format variants.src
is invalid.