MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / deserialize_map

Method deserialize_map

src/serde/de.rs:226–228  ·  view source on GitHub ↗
(self, v: V)

Source from the content-addressed store, hash-verified

224 }
225
226 fn deserialize_map<V: Visitor<'de>>(self, v: V) -> Result<V::Value> {
227 v.visit_map(self)
228 }
229
230 fn deserialize_struct<V: Visitor<'de>>(
231 self,

Callers 2

deserialize_anyMethod · 0.80
deserialize_structMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected