Skip to main content

with_receipt_decompressor

Function with_receipt_decompressor 

Source
pub fn with_receipt_decompressor<R>(
    f: impl FnOnce(&mut ReusableDecompressor) -> R,
) -> R
Expand description

Executes f with the thread-local receipt decompressor on std, otherwise creates a new one.