Skip to main content

Ballot

Trait Ballot 

Source
pub trait Ballot:
    Debug
    + Deref
    + Send
    + Sync
    + Clone
    + Serialize { }
Expand description

A ballot type that can be cast in an election. A ballot is an expression of a voter’s preferences. There are three ballot types: Nominal, Ordinal, and Cardinal.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§