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