Skip to main content

TestGroupState

Type Alias TestGroupState 

Source
pub type TestGroupState = GroupCrdtState<MemberId, MessageId, TestOperation, Conditions>;
Available on crate features test_utils only.

Aliased Type§

pub struct TestGroupState {
    pub inner: GroupCrdtInnerState<char, u32, TestOperation, ()>,
}

Fields§

§inner: GroupCrdtInnerState<char, u32, TestOperation, ()>

Inner groups state.