pub trait GroupState {
    // Required method
    fn id(&self) -> Vec<u8> ;
}
Expand description

Generic representation of a group’s state.

Required Methods§

source

fn id(&self) -> Vec<u8>

A unique group identifier.

Implementors§