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