pub fn init_subscriber(subscriber: impl Subscriber + Sync + Send)Expand description
Register a subscriber as global default to process span data.
It should only be called once!
pub fn init_subscriber(subscriber: impl Subscriber + Sync + Send)Register a subscriber as global default to process span data.
It should only be called once!