Function parse_var_stmt

Source
pub fn parse_var_stmt<'a, P: Parser<'a>>(
    p: &mut P,
    for_loop: bool,
) -> PResult<Box<VarDecl>>