toml_edit::parser::key

Function simple_key

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