Skip to main content

permit_alloc

Function permit_alloc 

Source
pub fn permit_alloc<T, F: FnOnce() -> T>(func: F) -> T
Expand description

Temporarily allow allocations within func if nice-plug was configured with the assert_process_allocs feature.