Function unary_expr

Source
fn unary_expr(cx: &mut ParseCtxt<'_>, allow_struct: bool) -> ParseResult<Expr>
Expand description
⟨unary_expr⟩ := - ⟨unary_expr⟩ | ! ⟨unary_expr⟩ | ⟨trailer_expr⟩