pub fn framed_read<R: AsyncRead>(
reader: R,
) -> FramedRead<R, LengthDelimitedCodec>Expand description
Wrap an AsyncRead with length-delimited codec framing for reading protocol messages.
pub fn framed_read<R: AsyncRead>(
reader: R,
) -> FramedRead<R, LengthDelimitedCodec>Wrap an AsyncRead with length-delimited codec framing for reading protocol messages.