Constant ONCE_INIT
const ONCE_INIT: Once
Initialization value for static Once values.
Examples
use ;
static START: Once = ONCE_INIT;
ONCE_INITconst ONCE_INIT: Once
Initialization value for static Once values.
use ;
static START: Once = ONCE_INIT;