Function zstd_safe::end_stream

source ·
pub fn end_stream<C: WriteBuf + ?Sized>(
    zcs: &mut CStream<'_>,
    output: &mut OutBuffer<'_, C>
) -> SafeResult
Expand description

Wraps the ZSTD_endStream() function.