Struct syn::ExprAssignOp [−][src]
pub struct ExprAssignOp { /* fields omitted */ }
Expand description
A compound assignment expression: counter += 1
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.