Function tokio::net::tcp::split::split

source ยท
pub(crate) fn split(stream: &mut TcpStream) -> (ReadHalf<'_>, WriteHalf<'_>)