Records one formatted output line for this partition.
(&mut self, line: String)
| 1664 | |
| 1665 | /// Records one formatted output line for this partition. |
| 1666 | fn push_output(&mut self, line: String) { |
| 1667 | self.output.push(line); |
| 1668 | } |
| 1669 | |
| 1670 | /// Marks this partition as finished. |
| 1671 | fn finish(&mut self) { |