Function zstd_safe::dctx_ref_ddict
source · pub fn dctx_ref_ddict<'a, 'b>(
dctx: &mut DCtx<'a>,
ddict: &'b DDict<'b>
) -> SafeResultwhere
'b: 'a,Expand description
Wraps the ZSTD_DCtx_refDDict() function.
pub fn dctx_ref_ddict<'a, 'b>(
dctx: &mut DCtx<'a>,
ddict: &'b DDict<'b>
) -> SafeResultwhere
'b: 'a,Wraps the ZSTD_DCtx_refDDict() function.