Function zstd_safe::cctx_ref_cdict
source · pub fn cctx_ref_cdict<'a, 'b>(
cctx: &mut CCtx<'a>,
cdict: &CDict<'b>
) -> SafeResultwhere
'b: 'a,
Expand description
Wraps the ZSTD_CCtx_refCDict()
function.
Dictionary must outlive the context.