aidl-parser 0.12.3

Parse AIDL files, crate AST and diagnostics
Documentation
---
source: src/rules.rs
expression: res

---
Interface(
  oneway: false,
  name: "Potato",
  elements: [],
  annotations: [
    Annotation(
      name: "@InterfaceAnnotation1",
    ),
    Annotation(
      name: "@InterfaceAnnotation2",
    ),
  ],
  full_range: "...",
  symbol_range: "...",
)