Expand description
Trace implementations for types defined in this crate.
Each impl enumerates the type’s GC-bearing fields and either calls
field.trace(m) (delegating to the field’s own Trace impl) or
m.mark(field) (when the field is a Gc<T> from lua-gc).