Struct tracing_core::callsite::Registration
source · pub struct Registration<T = &'static dyn Callsite> { /* private fields */ }
Expand description
A registration with the callsite registry.
Every Callsite
implementation must provide a &'static Registration
when calling register
to add itself to the global callsite registry.
See the documentation on callsite registration for details on how callsites are registered.