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