tokio
1.44.1
In tokio::
net::
unix::
split_
owned
Structs
OwnedReadHalf
OwnedWriteHalf
ReuniteError
Functions
reunite
split_owned
tokio
::
net
::
unix
::
split_owned
Function
split_owned
Copy item path
Settings
Help
Summary
Source
pub(crate) fn split_owned(stream:
UnixStream
) -> (
OwnedReadHalf
,
OwnedWriteHalf
)