Function parse_trailer_expr

Source
fn parse_trailer_expr(
    cx: &mut ParseCtxt<'_>,
    allow_struct: bool,
) -> ParseResult<Expr>
Expand description
⟨trailer_expr⟩ :=  ⟨trailer⟩ . ⟨ident⟩
                |  ⟨trailer⟩ ( ⟨expr⟩,* )
                |  ⟨atom⟩