MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / serialize_struct

Method serialize_struct

src/serde/ser.rs:458–460  ·  view source on GitHub ↗
(self, _name: &'static str, len: usize)

Source from the content-addressed store, hash-verified

456
457 #[inline(always)]
458 fn serialize_struct(self, _name: &'static str, len: usize) -> Result<Self::SerializeStruct> {
459 self.serialize_tuple(len)
460 }
461
462 #[inline(always)]
463 fn serialize_struct_variant(

Callers

nothing calls this directly

Calls 1

serialize_tupleMethod · 0.80

Tested by

no test coverage detected