Skip to main content

render_with_options

Function render_with_options 

Source
pub fn render_with_options(
    report: &ScanReport,
    format: OutputFormat,
    options: RenderOptions,
) -> Result<String>
Expand description

Renders a scan report with presentation controls.

ยงErrors

Returns an error when JSON serialization fails.