https://pantsbuild.org/ logo
w

witty-crayon-22786

02/01/2017, 9:22 PM
Copy code
struct Inner {..}

enum Entry {
  Root {
    subject_type: TypeId,
    selector: TypeConstraint,
  },
  Inner(Inner)
  ...
}