Function parse_id

Source
pub(crate) fn parse_id(
    id_prefix: &str,
    id_type: &str,
    encoded: &str,
) -> Result<[u8; 16], String>