pub trait GroupState { // Required method fn id(&self) -> Vec<u8> ⓘ; }
Generic representation of a group’s state.
A unique group identifier.