pub fn with_receipt_decompressor<R>(
f: impl FnOnce(&mut ReusableDecompressor) -> R,
) -> RExpand description
Executes f with the thread-local receipt decompressor on std, otherwise creates a new one.
pub fn with_receipt_decompressor<R>(
f: impl FnOnce(&mut ReusableDecompressor) -> R,
) -> RExecutes f with the thread-local receipt decompressor on std, otherwise creates a new one.