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