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

Method write_struct_end

lib/rs/src/protocol/binary.rs:409–411  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

407 }
408
409 fn write_struct_end(&mut self) -> crate::Result<()> {
410 Ok(())
411 }
412
413 fn write_field_begin(&mut self, identifier: &TFieldIdentifier) -> crate::Result<()> {
414 if identifier.id.is_none() && identifier.field_type != TType::Stop {

Callers 1

must_write_struct_endFunction · 0.45

Calls

no outgoing calls

Tested by 1

must_write_struct_endFunction · 0.36