parse_function_arg

Function parse_function_arg 

Source
pub fn parse_function_arg(input: &str) -> IResult<&str, Expr>
Expand description

Parse a single function argument (supports expressions or star)