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

Method struct_variant

src/serde/de.rs:564–569  ·  view source on GitHub ↗
(self, fields: &'static [&'static str], v: V)

Source from the content-addressed store, hash-verified

562
563 #[inline(always)]
564 fn struct_variant<V>(self, fields: &'static [&'static str], v: V) -> Result<V::Value>
565 where
566 V: Visitor<'de>,
567 {
568 self.deserialize_tuple(fields.len(), v)
569 }
570}
571
572#[cfg(test)]

Callers

nothing calls this directly

Calls 2

deserialize_tupleMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected