Struct reproto_parser::ast::MatchVariable
[−]
[src]
pub struct MatchVariable<'input> { pub name: &'input str, pub ty: RpType, }
Fields
name: &'input str
ty: RpType
Trait Implementations
impl<'input> Debug for MatchVariable<'input>
[src]
impl<'input> IntoModel for MatchVariable<'input>
[src]
type Output = RpMatchVariable
fn into_model(self) -> Result<RpMatchVariable>
Convert the current type to a model.