Home
last modified time | relevance | path

Searched refs:parse_bool (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs200 fn parse_bool(&mut self) -> Result<bool, Error> { in parse_bool() function
286 visitor.visit_bool(self.parse_bool()?) in deserialize_bool()