pub fn parse_for_expr(pair: Pair<'_, Rule>) -> Result<Expr>
Parse for expression (including for await x in stream { })
for await x in stream { }