[][src]Module tracers_dyn_noop::tracer

This module implements the Tracer trait in such a way that the API calls all work but don't do anything. In release builds most probably the entire probing infrastructure will optimize away, and even in debug builds the overhead from probing in this implementation will be just a few instructions

Structs

NoOpTracer