pub trait State: Sealed { type Title; type Author; type Pages; }
State trait tracking which required fields have been set