Function async_codec_util::testing::write_zero_errors
[−]
[src]
pub fn write_zero_errors<W: AsyncWrite, C: AsyncEncode<W>>(
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.