Struct syn::ExprTry [−][src]
A try-expression: expr?
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
expr: Box<Expr>
question_token: Question