render

Function render 

Source
pub fn render(
    write: impl Write,
    title: impl Display,
    report: impl Display,
    options: &ReportOptions,
) -> Result<()>