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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprTry
impl UnwindSafe for ExprTry