Skip to main content

init_group_state

Function init_group_state 

Source
pub fn init_group_state<const N: usize>(
    member_ids: [MemberId; N],
    rng: &Rng,
) -> [TestGroupState; N]
Available on (crate features data_scheme) and (crate features test_utils) only.