pub trait VotingGroupAssigner {
    // Required method
    fn assign(&self, vk: &Identifier) -> VotingGroup;
}

Required Methods§

Implementors§