pub fn stmt_expr<'gcx>( hir: &'gcx Hir<'gcx>, stmt: &'gcx Stmt<'gcx>, ) -> Option<&'gcx Expr<'gcx>>
The expression directly owned by stmt (nested statements excluded).
stmt