zlib_rs
0.5.5
end
Sections
Returns
In zlib_
rs::
deflate
zlib_rs
::
deflate
Function
end
Copy item path
Source
pub fn end<'a>( stream: &'a mut
DeflateStream
<'_>, ) ->
Result
<&'a mut
z_stream
, &'a mut
z_stream
>
Expand description
ยง
Returns
Err when deflate is not done. A common cause is insufficient output space
Ok otherwise