pub fn format_validated_with_report(
doc: &Document,
opts: &FmtOptions,
) -> Result<(String, FormatReport), FormatError>Expand description
Format, return aggregate metrics, and verify that a second pass is semantically stable.
ยงErrors
Returns an error if formatting the output a second time produces a different canonical event stream.