Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_buf_read.rs26 pub trait AsyncBufRead: AsyncRead { trait
62 impl<T: AsyncBufRead + Unpin + ?Sized> AsyncBufRead for &mut T { impl