pub fn error<E: Debug>(result: Result<(), E>)
Processes a Result by calling the tracing::error! macro in case of an Err value.
Result
tracing::error!
Err