Enum syn::UnOp [−][src]
A unary operator: *
, !
, -
.
This type is available only if Syn is built with the "derive"
or "full"
feature.
Variants
Deref(Star)
The *
operator for dereferencing
Not(Bang)
The !
operator for logical inversion
Neg(Sub)
The -
operator for negation
Trait Implementations
impl ToTokens for UnOp
[src]
impl ToTokens for UnOp
[src]