Function zstd_safe::dctx_ref_prefix
source ยท pub fn dctx_ref_prefix<'a, 'b>(
dctx: &mut DCtx<'a>,
prefix: &'b [u8],
) -> SafeResultwhere
'b: 'a,
Expand description
Wraps the ZSTD_DCtx_refPrefix()
function.
pub fn dctx_ref_prefix<'a, 'b>(
dctx: &mut DCtx<'a>,
prefix: &'b [u8],
) -> SafeResultwhere
'b: 'a,
Wraps the ZSTD_DCtx_refPrefix()
function.