Function uuid::parser::parse_braced

source ยท
pub(crate) const fn parse_braced(
    input: &[u8],
) -> Result<[u8; 16], InvalidUuid<'_>>