pub type EnumLoc = ItemLoc<Enum>;
struct EnumLoc { pub container: ModuleId, pub id: ItemTreeId<Enum>, }
container: ModuleId
id: ItemTreeId<Enum>