toml_edit::parser::table

Function std_table

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