pub unsafe trait GcObject: Send { // Provided method fn references(&self) -> Vec<Gc<dyn GcObject>> { ... } }