handle_error

Function handle_error 

Source
pub fn handle_error<T>(err: T)
where T: Into<Error>,
Available on crate feature telemetry only.
Expand description

Handle error using the globally configured error handler.

Writes to stderr if unset.