Searched refs:STATE_ONCE (Results 1 – 1 of 1) sorted by relevance
154 static STATE_ONCE: Once = Once::new(); constant168 STATE_ONCE.call_once(|| match State::new() { in init()