Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/
Dbuf_reader.rs137 pub trait CombineRead<R, T: ?Sized>: CombineBuffer<R> { trait
410 impl<R> CombineRead<BufReader<R>, dyn tokio_02_dep::io::AsyncRead> for Bufferless impl
429 impl<R> CombineRead<BufReader<R>, dyn tokio_03_dep::io::AsyncRead> for Bufferless impl
445 impl<R> CombineRead<BufReader<R>, dyn tokio_dep::io::AsyncRead> for Bufferless impl