Function quantmath::facade::write_results[][src]

pub fn write_results(
    reports: &[BoxReport],
    pretty: bool,
    out: &mut Write
) -> Result<(), Error>

Unpacks a set of calculation results to the given stream. For example, they may be written to a string buffer or to a file.