Module sealed

Source
Expand description

Sealed is used to make sure no other files can implement the Voteable trait. All simple voteable types should be implemented here. This prevents us from creating/using improper types when using the vote types.

Traitsยง

Sealed
Only structs in this file can impl Sealed