Skip to main content

parse_async_let_expr

Function parse_async_let_expr 

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

Parse async let expression: async let name = expr Spawns a task and binds a future handle to a local variable.