Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dframed.rs79 struct DontReadIntoThis; struct
81 impl Read for DontReadIntoThis { implementation
90 impl tokio::io::AsyncRead for DontReadIntoThis { implementation