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

Method deserialize_bool

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

Source from the content-addressed store, hash-verified

176 }
177
178 fn deserialize_bool<V>(self, visitor: V) -> Result<V::Value>
179 where
180 V: de::Visitor<'de>,
181 {
182 visitor.visit_bool(self.input.is_truthy()?)
183 }
184
185 fn deserialize_char<V>(self, visitor: V) -> Result<V::Value>
186 where

Callers 1

deserialize_anyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected