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