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

Method deserialize_tuple_struct

src/serde/de.rs:385–390  ·  view source on GitHub ↗
(self, _: &'static str, len: usize, v: V)

Source from the content-addressed store, hash-verified

383
384 #[inline(always)]
385 fn deserialize_tuple_struct<V>(self, _: &'static str, len: usize, v: V) -> Result<V::Value>
386 where
387 V: Visitor<'de>,
388 {
389 self.deserialize_tuple(len, v)
390 }
391
392 fn deserialize_map<V>(mut self, v: V) -> Result<V::Value>
393 where

Callers

nothing calls this directly

Calls 1

deserialize_tupleMethod · 0.80

Tested by

no test coverage detected