syntax::ast::make

Function match_arm

Source
pub fn match_arm(pat: Pat, guard: Option<MatchGuard>, expr: Expr) -> MatchArm