gc::unsafe_empty_trace! [] [src]

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

This simple rule implements the trace methods such with empty implementations - use this for marking types as not containing any Trace types!