Searched defs:EnumDecl (Results 1 – 2 of 2) sorted by relevance
8 EnumDecl(EnumDecl), enumerator22 pub struct EnumDecl { struct24 pub name: Option<Box<str>>,29 pub fixed_underlying_type: Option<Type>,
56 type EnumDecl struct { struct57 Source tok.Source58 Name string59 Entries []EnumEntry63 func (e EnumDecl) Format(w fmt.State, verb rune) {