Struct devise::syn::ExprTry [−][src]
pub struct ExprTry {
pub attrs: Vec<Attribute, Global>,
pub expr: Box<Expr, Global>,
pub question_token: Question,
}
Expand description
A try-expression: expr?
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute, Global>
expr: Box<Expr, Global>
question_token: Question
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ExprTry
impl UnwindSafe for ExprTry
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more