Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dsplit.rs27 pub struct BorrowWriteHalf<'a>(pub(crate) &'a TcpStream); struct
39 impl AsyncWrite for BorrowWriteHalf<'_> { implementation
Dstream.rs419 pub fn split(&mut self) -> (BorrowReadHalf, BorrowWriteHalf) { in split() argument