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