pub type CandidateBitfield = Bitfield<CandidateIndex>;
A read-only, non-zero bitfield. Each 1 bit identifies a candidate by the bitfield bit index.
read-only
non-zero
struct CandidateBitfield(/* private fields */);