Struct syn::ExprAssignOp
source · pub struct ExprAssignOp { /* private fields */ }
Expand description
A compound assignment expression: counter += 1
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations§
source§impl From<ExprAssignOp> for Expr
impl From<ExprAssignOp> for Expr
source§fn from(e: ExprAssignOp) -> Expr
fn from(e: ExprAssignOp) -> Expr
Converts to this type from the input type.