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