Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/reader/
H A Dio_reader.rs230 struct TestIo { struct
231 vec: Vec<u8>,
232 idx: usize,
235 impl TestIo { impl
241 impl Read for TestIo { implementation