Struct syn::ExprUnary [−][src]
A unary operation: !x
, *x
.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
attrs: Vec<Attribute>
op: UnOp
expr: Box<Expr>
Trait Implementations
impl ToTokens for ExprUnary
[src]
impl ToTokens for ExprUnary
[src]