Struct reproto_parser::ast::MatchVariable [] [src]

pub struct MatchVariable<'input> {
    pub name: &'input str,
    pub ty: RpType,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Convert the current type to a model.