Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_write.rs24 pub trait AsyncWrite { interface
143 impl<T: AsyncWrite + Unpin + ?Sized> AsyncWrite for &mut T { impl