pub fn render_with_rerun_source(
result: &RunResult,
mode: JsonOutputMode,
opts: RenderOptions,
rerun_source: Option<&RerunSource>,
) -> StringExpand description
Render with all rendering options and an optional rerun_source
(NAZ-403) stamped onto the top-level document. Regular runs pass
None and the field is omitted, so the artifact stays byte-identical
to prior versions for consumers that never look at it.