Struct syn::ExprTryBlock
source · pub struct ExprTryBlock { /* private fields */ }
Expand description
A try block: try { ... }
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations§
source§impl From<ExprTryBlock> for Expr
impl From<ExprTryBlock> for Expr
source§fn from(e: ExprTryBlock) -> Expr
fn from(e: ExprTryBlock) -> Expr
Converts to this type from the input type.