| 201 | /// signatures, generic constraints, and other contexts where type information is needed. |
| 202 | #[derive(Clone, Debug, PartialEq, Eq, Hash)] |
| 203 | pub struct Type<'heap> { |
| 204 | pub id: NodeId, |
| 205 | pub span: SpanId, |
| 206 | |
| 207 | pub kind: TypeKind<'heap>, |
| 208 | } |
no outgoing calls
no test coverage detected