toml_edit::parser::strings

Function hexescape

source
pub(crate) fn hexescape<const N: usize>(
    input: &mut Stateful<Located<&'_ BStr>, RecursionCheck>,
) -> PResult<char>