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

Method write_struct_begin

lib/rs/src/protocol/binary.rs:405–407  ·  view source on GitHub ↗
(&mut self, _: &TStructIdentifier)

Source from the content-addressed store, hash-verified

403 }
404
405 fn write_struct_begin(&mut self, _: &TStructIdentifier) -> crate::Result<()> {
406 Ok(())
407 }
408
409 fn write_struct_end(&mut self) -> crate::Result<()> {
410 Ok(())

Callers 1

must_write_struct_beginFunction · 0.45

Calls

no outgoing calls

Tested by 1

must_write_struct_beginFunction · 0.36