toml_edit::parser::key

Function key

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