Function refuse::try_collect
source · pub fn try_collect() -> Result<(), WouldDeadlock>Expand description
Invokes the garbage collector.
§Errors
If any CollectionGuards are held by this thread when this function is
invoked, WouldDeadlock is returned.