Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dframed_read.rs261 struct MyDecoder(Vec<u32>); in multi_frames_on_eof() struct
263 impl Decoder for MyDecoder { in multi_frames_on_eof() implementation