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