pub(crate) fn aggregate_field_ty( base_ty: &Ty, field: &str, structs: &[MirStructDecl], enums: &[MirEnumDecl], ) -> Result<Ty, LowerError>
Return the type of one aggregate field.