Function zstd_safe::dctx_ref_ddict
source · [−]pub fn dctx_ref_ddict<'a, 'b>(
dctx: &mut DCtx<'a>,
ddict: &'b DDict<'b>
) -> SafeResult where
'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>
) -> SafeResult where
'b: 'a,
Wraps the ZSTD_DCtx_refDDict()
function.