Function walker_common::report::render

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