Module hotshot_types::simple_vote::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§
- Only structs in this file can impl
Sealed