Function brotli_ffi::thaw_pair

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