Home
last modified time | relevance | path

Searched refs:AsyncWriteTestExt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/io/write/
Dmod.rs11 pub trait AsyncWriteTestExt: AsyncWrite { interface
141 impl<W> AsyncWriteTestExt for W where W: AsyncWrite {}
/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/io/
Dmod.rs9 pub use write::AsyncWriteTestExt;