Skip to main content

stmt_expr

Function stmt_expr 

Source
pub fn stmt_expr<'gcx>(
    hir: &'gcx Hir<'gcx>,
    stmt: &'gcx Stmt<'gcx>,
) -> Option<&'gcx Expr<'gcx>>
Expand description

The expression directly owned by stmt (nested statements excluded).