Struct syn::ExprMatch [−][src]
pub struct ExprMatch { /* fields omitted */ }
Expand description
A match
expression: match n { Some(n) => {}, None => {} }
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprMatch { /* fields omitted */ }
A match
expression: match n { Some(n) => {}, None => {} }
.
This type is available only if Syn is built with the "full"
feature.