unix_bytestream

Function unix_bytestream 

Source
pub fn unix_bytestream(
    stream: UnixStream,
) -> (FramedWrite<OwnedWriteHalf, BytesCodec>, FramedRead<OwnedReadHalf, BytesCodec>)
Expand description

Helper creates a Unix Stream and Sink for undelimited streams of Bytes.