MCPcopy Index your code
hub / github.com/davidhewitt/pythonize / tuple_variant

Method tuple_variant

src/de.rs:613–618  ·  view source on GitHub ↗
(self, len: usize, visitor: V)

Source from the content-addressed store, hash-verified

611 }
612
613 fn tuple_variant<V>(self, len: usize, visitor: V) -> Result<V::Value>
614 where
615 V: de::Visitor<'de>,
616 {
617 visitor.visit_seq(self.de.sequence_access(Some(len))?)
618 }
619
620 fn struct_variant<V>(self, _fields: &'static [&'static str], visitor: V) -> Result<V::Value>
621 where

Callers

nothing calls this directly

Calls 1

sequence_accessMethod · 0.80

Tested by

no test coverage detected