Enum xswag_syntax_java::ast::item::TypeItem [] [src]

pub enum TypeItem {
    Type(TypeDef),
    Constant(Field),
    Method(Method),
}

Variants