(&mut self, b: u8)
| 522 | // |
| 523 | |
| 524 | fn write_byte(&mut self, b: u8) -> crate::Result<()> { |
| 525 | self.transport.write_u8(b).map_err(From::from) |
| 526 | } |
| 527 | } |
| 528 | |
| 529 | /// Factory for creating instances of `TBinaryOutputProtocol`. |
no outgoing calls
no test coverage detected