trait ShutdownProvider { // Required method fn shutdown(self) -> OTelSdkResult; }
Trait for providers that can be shut down.
Shuts down the provider.