toml_edit::parser::document

Function parse_comment

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