[][src]Function tracing_core::callsite::register

pub fn register(callsite: &'static dyn Callsite)

Register a new Callsite with the global registry.

This should be called once per callsite after the callsite has been constructed.