Skip to main content

parse_for_expr

Function parse_for_expr 

Source
pub fn parse_for_expr(pair: Pair<'_, Rule>) -> Result<Expr>
Expand description

Parse for expression (including for await x in stream { })