Struct reproto_parser::ast::SubType [] [src]

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

Sub-types in interface declarations.

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Convert the current type to a model.