Struct syntex_syntax::ast::Arm
[−]
[src]
pub struct Arm {
pub attrs: Vec<Attribute>,
pub pats: Vec<P<Pat>>,
pub guard: Option<P<Expr>>,
pub body: P<Expr>,
}represents one arm of a 'match'
Fields
attrs | |
pats | |
guard | |
body |