Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_writer.rs32 pub struct AsyncBufWriter<W> { struct
38 impl<W: AsyncWrite> AsyncBufWriter<W> { argument
205 impl<W: AsyncWrite> AsyncWrite for AsyncBufWriter<W> { implementation
295 impl<R: AsyncWrite + AsyncSeek> AsyncSeek for AsyncBufWriter<R> { implementation
307 impl<W: AsyncWrite + AsyncRead> AsyncRead for AsyncBufWriter<W> { implementation
318 impl<W: AsyncWrite + AsyncBufRead> AsyncBufRead for AsyncBufWriter<W> { implementation