MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / serialize_struct

Method serialize_struct

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

Source from the content-addressed store, hash-verified

368 }
369
370 fn serialize_struct(self, _name: &'static str, len: usize) -> Result<Self::SerializeStruct> {
371 self.serialize_map(Some(len))
372 }
373
374 fn serialize_struct_variant(
375 self,

Callers 1

serializeMethod · 0.80

Calls 2

serialize_mapMethod · 0.80
to_ownedMethod · 0.45

Tested by

no test coverage detected