Struct syn::ExprAssign [−][src]
pub struct ExprAssign { /* fields omitted */ }
Expand description
An assignment expression: a = compute()
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.