toml_edit::parser::key

Function unquoted_key

source
fn unquoted_key<'i>(
    input: &mut Stateful<Located<&'i BStr>, RecursionCheck>,
) -> PResult<&'i str>