Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/
Dbuf_reader.rs328 pub struct Bufferless; struct
330 impl sealed::Sealed for Bufferless {} implementation
332 impl<R> CombineBuffer<BufReader<R>> for Bufferless { implementation
347 impl<R> CombineSyncRead<BufReader<R>> for Bufferless implementation
410 impl<R> CombineRead<BufReader<R>, dyn tokio_02_dep::io::AsyncRead> for Bufferless implementation
429 impl<R> CombineRead<BufReader<R>, dyn tokio_03_dep::io::AsyncRead> for Bufferless implementation
445 impl<R> CombineRead<BufReader<R>, dyn tokio_dep::io::AsyncRead> for Bufferless implementation
461 impl<R> CombineAsyncRead<BufReader<R>> for Bufferless implementation