write_result_table

Function write_result_table 

Source
pub fn write_result_table<W: Write>(
    moniker: &Moniker,
    reports: &Vec<RouteReport>,
    writer: W,
) -> Result<()>