toml_edit::parser::numbers

Function hexdig

source
pub(crate) fn hexdig(
    input: &mut Stateful<Located<&'_ BStr>, RecursionCheck>,
) -> PResult<u8>