Struct reproto_parser::ast::InterfaceBody [] [src]

pub struct InterfaceBody<'input> {
    pub name: &'input str,
    pub comment: Vec<&'input str>,
    pub members: Vec<Loc<Member<'input>>>,
    pub sub_types: Vec<Loc<SubType<'input>>>,
}

Fields

Trait Implementations

impl<'input> Debug for InterfaceBody<'input>
[src]

Formats the value using the given formatter.

impl<'input> IntoModel for InterfaceBody<'input>
[src]

Convert the current type to a model.