Prints current table to `stderr`
(&self)
| 70 | |
| 71 | /// Prints current table to `stderr` |
| 72 | pub(crate) fn print_stderr(&self) -> Result<()> { |
| 73 | self.print_writer(BufferWriter::stderr(self.color_choice)) |
| 74 | } |
| 75 | |
| 76 | fn color_spec(&self) -> ColorSpec { |
| 77 | self.style.color_spec() |
no test coverage detected