pub fn unix_bytestream(
stream: UnixStream,
) -> (FramedWrite<OwnedWriteHalf, BytesCodec>, FramedRead<OwnedReadHalf, BytesCodec>)
Available on Unix only.
Expand description
Helper creates a Unix Stream
and Sink
for undelimited streams of Bytes
.