Function opentelemetry::global::handle_error
source ยท pub fn handle_error<T: Into<Error>>(err: T)
Expand description
Handle error using the globally configured error handler.
Writes to stderr if unset.
pub fn handle_error<T: Into<Error>>(err: T)
Handle error using the globally configured error handler.
Writes to stderr if unset.