pub fn unexpected_eof_errors<R: AsyncRead, D: AsyncDecode>(
reader: R,
dec: D,
) -> boolExpand description
Returns whether the given decoder returns an error of kind UnexpectedEof when trying to fully
decode from the given reader.
pub fn unexpected_eof_errors<R: AsyncRead, D: AsyncDecode>(
reader: R,
dec: D,
) -> boolReturns whether the given decoder returns an error of kind UnexpectedEof when trying to fully
decode from the given reader.