Struct syn::ExprTry [−][src]
pub struct ExprTry { /* fields omitted */ }
Expand description
A try-expression: expr?
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprTry { /* fields omitted */ }
A try-expression: expr?
.
This type is available only if Syn is built with the "full"
feature.