pub trait State: Sealed { type Lang; type Content; }
State trait tracking which required fields have been set