Function checkers::with_unmuted

source ·
pub fn with_unmuted<F, R>(f: F) -> Rwhere
    F: FnOnce() -> R,
Expand description

Run the given closure while the allocator is unmuted.

See is_muted for details on what this means.