Searched defs:BorrowWriteHalf (Results 1 – 2 of 2) sorted by relevance
27 pub struct BorrowWriteHalf<'a>(pub(crate) &'a TcpStream); struct39 impl AsyncWrite for BorrowWriteHalf<'_> { implementation
419 pub fn split(&mut self) -> (BorrowReadHalf, BorrowWriteHalf) { in split() argument