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