println_once

Macro println_once 

Source
macro_rules! println_once {
    ($($any:tt)*) => { ... };
}