Function uuid::parser::parse_braced

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