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