Macro bevy::prelude::once

macro_rules! once {
    ($expression:expr) => { ... };
}
Expand description

Call some expression only once per call site.