Function brotli_ffi::enc::interface::thaw

source ·
pub fn thaw<SliceType, 'a>(
    xself: &Command<SliceType>,
    data: &'a [u8]
) -> Command<InputReference<'a>>where
    SliceType: Unfreezable + SliceWrapper<u8>,