Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_seek.rs58 impl<T: AsyncSeek + Unpin + ?Sized> AsyncSeek for Box<T> { implementation
Dasync_buf_read.rs51 impl<T: AsyncBufRead + Unpin + ?Sized> AsyncBufRead for Box<T> { implementation
Dasync_read.rs49 impl<T: AsyncRead + Unpin + ?Sized> AsyncRead for Box<T> { implementation
Dasync_write.rs139 impl<T: AsyncWrite + Unpin + ?Sized> AsyncWrite for Box<T> { implementation