It'd be cool if there was a guard you could hold to prevent collection, something like: ``` fn prevent_collection() -> PreventCollectionGuard {...} struct PreventCollectionGuard {...} ``` This may be useful for preventing collection on the hot path
It'd be cool if there was a guard you could hold to prevent collection, something like:
This may be useful for preventing collection on the hot path