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.
Auto Trait Implementations
impl RefUnwindSafe for ExprTryBlock
impl !Send for ExprTryBlock
impl !Sync for ExprTryBlock
impl Unpin for ExprTryBlock
impl UnwindSafe for ExprTryBlock