Skip to main content

statement_exprs

Function statement_exprs 

Source
pub fn statement_exprs<'a>(s: &'a Statement, out: &mut Vec<&'a Expr>)
Expand description

The expressions directly contained in a statement — the statement half of expr_children’s total walk. Exhaustive over Statement for the same reason.