pub unsafe trait NullTrace: Trace + TraceImmutable { }
Expand description

Marker types for types that don’t need to be traced

If this trait is implemented Trace::NEEDS_TRACE must be false

Implementations on Foreign Types

Implementors