pub fn unix_bytes(
stream: UnixStream,
) -> (FramedWrite<OwnedWriteHalf, LengthDelimitedCodec>, FramedRead<OwnedReadHalf, LengthDelimitedCodec>)Available on Unix only.
Expand description
Helper creates a Unix Stream and Sink for Bytes strings where each string is
length-delimited.