Function parse_primary_expr_rest

Source
pub fn parse_primary_expr_rest<'a, P: Parser<'a>>(
    p: &mut P,
    start: BytePos,
    can_be_arrow: bool,
) -> PResult<Box<Expr>>