pub fn parse_with_exit_signal<'a>(
on: &'a str,
cb: impl for<'b> FnMut(&'b [TOMLKey<'a>], RootTOMLValue<'a>) -> bool,
) -> Result<(), TOMLParseError>
pub fn parse_with_exit_signal<'a>(
on: &'a str,
cb: impl for<'b> FnMut(&'b [TOMLKey<'a>], RootTOMLValue<'a>) -> bool,
) -> Result<(), TOMLParseError>