toml_edit::parser::table

Function array_table

Source
pub(crate) fn array_table<'s, 'i>(
    state: &'s RefCell<ParseState>,
) -> impl ModalParser<Stateful<LocatingSlice<&'i BStr>, RecursionCheck>, (), ContextError> + 's