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

Method deserialize_unit_struct

src/de.rs:261–266  ·  view source on GitHub ↗
(self, _name: &'static str, visitor: V)

Source from the content-addressed store, hash-verified

259 }
260
261 fn deserialize_unit_struct<V>(self, _name: &'static str, visitor: V) -> Result<V::Value>
262 where
263 V: de::Visitor<'de>,
264 {
265 self.deserialize_unit(visitor)
266 }
267
268 fn deserialize_newtype_struct<V>(self, _name: &'static str, visitor: V) -> Result<V::Value>
269 where

Callers

nothing calls this directly

Calls 1

deserialize_unitMethod · 0.80

Tested by

no test coverage detected