Function magnus::gc::unregister_address

source ·
pub fn unregister_address<T>(valref: &T)where
    T: ReprValue,
Expand description

Inform Ruby’s garbage collector that valref that was previously registered with register_address no longer points to a live Ruby object.