Macro boa_gc::empty_trace

source ·
macro_rules! empty_trace {
    () => { ... };
}
Expand description

Utility macro to define an empty implementation of Trace.

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