Struct ExprTryBlock

docs.rs

pub struct ExprTryBlock {
    pub attrs: Vec<Attribute>,
    pub try_token: Try,
    pub block: Block,
}