pub type ModelFieldExtendedSpec = ModelFieldSpec<ModelFieldKindExtendedSpec>;Aliased Type§
pub struct ModelFieldExtendedSpec {
pub name: String,
pub kind: ModelFieldKindExtendedSpec,
pub attribute: ModelFieldAttributeSpec,
}Fields§
§name: String§kind: ModelFieldKindExtendedSpec§attribute: ModelFieldAttributeSpec