Struct syn::ExprTryBlock [−][src]
pub struct ExprTryBlock { /* fields omitted */ }
Expand description
A try block: try { ... }
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.