pub(crate) fn document<'s>(
input: &mut TokenSlice<'_, Event>,
source: Source<'s>,
errors: &mut dyn ErrorSink,
) -> Document<&'s str>Expand description
;; TOML
toml = expression *( newline expression )
expression = ( ( ws comment ) /
( ws keyval ws [ comment ] ) /
( ws table ws [ comment ] ) /
ws )