Type Alias malloc_size_of::VoidPtrToBoolFnMut

source ยท
pub(crate) type VoidPtrToBoolFnMut = dyn FnMut(*const c_void) -> bool;
Expand description

A closure implementing a stateful predicate on pointers.