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

Method serialize_tuple_struct

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

Source from the content-addressed store, hash-verified

421
422 #[inline(always)]
423 fn serialize_tuple_struct(
424 self,
425 _name: &'static str,
426 len: usize,
427 ) -> Result<Self::SerializeTupleStruct> {
428 self.serialize_tuple(len)
429 }
430
431 #[inline(always)]
432 fn serialize_tuple_variant(

Callers

nothing calls this directly

Calls 1

serialize_tupleMethod · 0.80

Tested by

no test coverage detected