Function tokio::net::unix::split::split

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