Home
last modified time | relevance | path

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

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