Struct syn::ExprTryBlock [−][src]
Expand description
A try block: try { ... }
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
try_token: Try
block: Block
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
Blanket Implementations
Mutably borrows from an owned value. Read more