Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs33 pub struct AsyncBufReader<R> { struct
40 impl<R: AsyncRead> AsyncBufReader<R> { argument
84 impl<R> AsyncBufReader<R> { implementation
180 impl<R: AsyncRead> AsyncRead for AsyncBufReader<R> { implementation
200 impl<R: AsyncRead> AsyncBufRead for AsyncBufReader<R> { implementation
220 impl<R: AsyncRead + AsyncSeek> AsyncSeek for AsyncBufReader<R> { implementation
251 impl<R: AsyncRead + AsyncWrite> AsyncWrite for AsyncBufReader<R> { implementation