Function gluon_vm::core::with_allocator[][src]

pub fn with_allocator<R>(
    f: impl for<'a> FnOnce(&'a Arc<Allocator<'a>>) -> R
) -> R