empty_trace

Macro empty_trace 

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

This rule implements the trace methods with empty implementations.

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