[][src]Function rosy::gc::force_recycle

pub unsafe fn force_recycle(obj: impl Object)

Forces obj to be garbage-collected.

Safety

The caller must ensure that obj does not have ownership over any currently-referenced memory.