Function zstd_safe::flush_stream

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

Wraps the ZSTD_flushStream() function.