Enum reproto_parser::ast::Decl
[−]
[src]
pub enum Decl<'input> { Type(TypeBody<'input>), Tuple(TupleBody<'input>), Interface(InterfaceBody<'input>), Enum(EnumBody<'input>), Service(ServiceBody<'input>), }
Variants
Type(TypeBody<'input>)
Tuple(TupleBody<'input>)
Interface(InterfaceBody<'input>)
Enum(EnumBody<'input>)
Service(ServiceBody<'input>)