pub const ONCE_INIT: Once;
new
静态 Once 值的初始化值。
Once
use std::sync::{Once, ONCE_INIT}; static START: Once = ONCE_INIT;