| 81 | |
| 82 | #[derive(Debug, PartialEq, Clone, Serialize, Deserialize, JsonSchema)] |
| 83 | pub struct ImportDef { |
| 84 | pub alias: Option<String>, |
| 85 | pub name: Ident, |
| 86 | } |
| 87 | |
| 88 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, JsonSchema)] |
| 89 | pub struct Annotation { |