[][src]Macro scoped_gc::unsafe_empty_trace

macro_rules! unsafe_empty_trace {
    ($T: ty) => { ... };
}

This macro rule implements Trace with empty functions.

Use this for types that can't contain other Trace types.