Function nom_xml::decode::decode_hex

source ·
pub fn decode_hex<'a>(
    input: &'a str,
    code: &'a str
) -> IResult<&'a str, Cow<'a, str>>