Macro gc::unsafe_empty_trace [] [src]

macro_rules! unsafe_empty_trace {
    () => { ... };
}

This rule implements the trace methods with empty implementations.

Use this for marking types as not containing any Trace types.