pub type DefaultErrorHandler = FallbackErrorHandler;👎Deprecated since 0.19.0:
Renamed to FallbackErrorHandler.
Expand description
Deprecated alias for FallbackErrorHandler.
Aliased Type§
pub struct DefaultErrorHandler(pub fn(BevyError, ErrorContext));Tuple Fields§
§0: fn(BevyError, ErrorContext)