pub type Fields = Vec<(Arc<str>, TyRepr)>;
A declaration’s fields, or one variant’s: a name and the type written beside it.
pub struct Fields { /* private fields */ }