Struct reproto_parser::ast::TupleBody
[−]
[src]
pub struct TupleBody<'input> { pub name: &'input str, pub comment: Vec<&'input str>, pub members: Vec<Loc<Member<'input>>>, }
Fields
name: &'input str
comment: Vec<&'input str>
members: Vec<Loc<Member<'input>>>
Trait Implementations
impl<'input> Debug for TupleBody<'input>
[src]
impl<'input> IntoModel for TupleBody<'input>
[src]
type Output = Rc<RpTupleBody>
fn into_model(self) -> Result<Rc<RpTupleBody>>
Convert the current type to a model.