[][src]Module tallystick::approval

Approval voting is a single-winner electoral system where each voter may select ("approve") any number of candidates. The winner is the most-approved candidate.

Structs

ApprovalTally

A generic approval tally.

Type Definitions

DefaultApprovalTally

An approval tally using u64 integers to count votes. DefaultApprovalTally is generally preferred over ApprovalTally. Since this is an alias, refer to ApprovalTally for method documentation.