Home
last modified time | relevance | path

Searched defs:SerializeMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dserializer_compact.rs83 type SerializeMap = Self; typedef
275 fn serialize_map(self, _len: Option<usize>) -> Result<Self::SerializeMap, Error> { in serialize_map()