Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_read.rs24 pub trait AsyncRead { trait
60 impl<T: AsyncRead + Unpin + ?Sized> AsyncRead for &mut T { impl
209 impl AsyncRead for &[u8] { impl