pub trait State: Sealed { type Repo; type Rev1; type Rev2; }
State trait tracking which required fields have been set