Completes this server gracefully by printing the output on failure.
(mut self)
| 1610 | |
| 1611 | /// Completes this server gracefully by printing the output on failure. |
| 1612 | fn finish(mut self) -> Result<(String, String)> { |
| 1613 | self._finish() |
| 1614 | } |
| 1615 | |
| 1616 | fn _finish(&mut self) -> Result<(String, String)> { |
| 1617 | let mut child = self.child.take().unwrap(); |
no test coverage detected