pub fn unix_lines(
stream: UnixStream,
) -> (FramedWrite<OwnedWriteHalf, LinesCodec>, FramedRead<OwnedReadHalf, LinesCodec>)Available on Unix only.
Expand description
Helper creates a Unix Stream and Sink for strings delimited by newlines.