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