[][src]Function opentelemetry::global::set_provider

pub fn set_provider<P, T, S>(new_provider: P) where
    S: Span + 'static,
    T: Tracer<Span = S> + 'static,
    P: Provider<Tracer = T> + 'static, 

Assigns the global Tracer