pub fn write_zero_errors<W: AsyncWrite, C: AsyncEncode>(
writer: W,
co: C,
) -> boolExpand description
Returns whether the given encoder returns an error of kind WriteZero when trying to fully
encode into the given writer.
pub fn write_zero_errors<W: AsyncWrite, C: AsyncEncode>(
writer: W,
co: C,
) -> boolReturns whether the given encoder returns an error of kind WriteZero when trying to fully
encode into the given writer.