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.
pub fn cctx_ref_cdict<'a, 'b>(
cctx: &mut CCtx<'a>,
cdict: &CDict<'b>,
) -> SafeResultwhere
'b: 'a,Wraps the ZSTD_CCtx_refCDict() function.
Dictionary must outlive the context.