Function guid::parse_bytes [] [src]

pub fn parse_bytes(src: &str) -> Result<[u8; 16], ParseGuidError>

Parse a source string as a GUID, and return the GUID as a sequence of bytes.