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

Method deserialize_string

src/de.rs:217–222  ·  view source on GitHub ↗
(self, visitor: V)

Source from the content-addressed store, hash-verified

215 }
216
217 fn deserialize_string<V>(self, visitor: V) -> Result<V::Value>
218 where
219 V: de::Visitor<'de>,
220 {
221 self.deserialize_str(visitor)
222 }
223
224 fn deserialize_bytes<V>(self, visitor: V) -> Result<V::Value>
225 where

Callers

nothing calls this directly

Calls 1

deserialize_strMethod · 0.80

Tested by

no test coverage detected