Home
last modified time | relevance | path

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

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