Searched defs:repeat_union_called (Results 1 – 1 of 1) sorted by relevance
1437 pub repeat_union_called: Arc<Mutex<bool>>, field1480 let repeat_union_called = Arc::new(Mutex::new(false)); in test_trunk_stable_callback() localVariable