toml_edit::parser::document

Function keyval

source
pub(crate) fn keyval<'s, 'i>(
    state: &'s RefCell<ParseState>,
) -> impl Parser<Stateful<Located<&'i BStr>, RecursionCheck>, (), ContextError> + 's