| 60 | /// marked as incompatible. Not safe to compare without an enclosing `Struct`. |
| 61 | #[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)] |
| 62 | pub struct Field { |
| 63 | pub name: Identifier, |
| 64 | pub type_: Type, |
| 65 | } |
| 66 | |
| 67 | /// Normalized version of a `StructDefinition`. Not safe to compare without an associated |
| 68 | /// `ModuleId` or `Module`. |
no outgoing calls
no test coverage detected