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

Method tuple_variant

src/serde/de.rs:556–561  ·  view source on GitHub ↗
(self, len: usize, v: V)

Source from the content-addressed store, hash-verified

554
555 #[inline(always)]
556 fn tuple_variant<V>(self, len: usize, v: V) -> Result<V::Value>
557 where
558 V: Visitor<'de>,
559 {
560 self.deserialize_tuple(len, v)
561 }
562
563 #[inline(always)]
564 fn struct_variant<V>(self, fields: &'static [&'static str], v: V) -> Result<V::Value>

Callers

nothing calls this directly

Calls 1

deserialize_tupleMethod · 0.80

Tested by

no test coverage detected