pub fn write_zero_errors<W: AsyncWrite, C: AsyncEncode>(
writer: W,
co: C,
) -> bool
Expand 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,
) -> bool
Returns whether the given encoder returns an error of kind WriteZero
when trying to fully
encode into the given writer.