Macro bevy::prelude::error_once

source ·
macro_rules! error_once {
    ($($arg:tt)+) => { ... };
}
Expand description

Call error! once per call site.

Useful for logging within systems which are called every frame.