Skip to main content

render_with_rerun_source

Function render_with_rerun_source 

Source
pub fn render_with_rerun_source(
    result: &RunResult,
    mode: JsonOutputMode,
    opts: RenderOptions,
    rerun_source: Option<&RerunSource>,
) -> String
Expand 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.