Searched defs:GroupStateData (Results 1 – 2 of 2) sorted by relevance
8 class GroupStateData: class
782 struct GroupStateData { in test_simple_scenario() struct783 state: Vec<u8>, in test_simple_scenario()784 epoch_data: Vec<EpochRecord>, in test_simple_scenario()799 fn lock(&self) -> std::sync::MutexGuard<'_, HashMap<Vec<u8>, GroupStateData>> { in test_simple_scenario() argument