Function walker_common::report::render

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