Skip to main content

render_json

Function render_json 

Source
pub fn render_json(report: &DoctorReport) -> Result<String, Error>
Expand description

Render the report as the stable --json document.

ยงErrors

Returns a serialization error only on an internal invariant failure (the shape is plain data, so this is effectively infallible).