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

Method deserialize_byte_buf

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

Source from the content-addressed store, hash-verified

230 }
231
232 fn deserialize_byte_buf<V>(self, visitor: V) -> Result<V::Value>
233 where
234 V: de::Visitor<'de>,
235 {
236 self.deserialize_bytes(visitor)
237 }
238
239 fn deserialize_option<V>(self, visitor: V) -> Result<V::Value>
240 where

Callers

nothing calls this directly

Calls 1

deserialize_bytesMethod · 0.80

Tested by

no test coverage detected