MCPcopy Create free account
hub / github.com/apache/thrift / write_byte

Method write_byte

lib/rs/src/protocol/binary.rs:524–526  ·  view source on GitHub ↗
(&mut self, b: u8)

Source from the content-addressed store, hash-verified

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`.

Callers 6

write_message_beginMethod · 0.45
write_field_beginMethod · 0.45
write_field_stopMethod · 0.45
write_list_beginMethod · 0.45
write_set_beginMethod · 0.45
write_map_beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected