Struct syn::ExprTuple [−][src]
pub struct ExprTuple { /* fields omitted */ }
Expand description
A tuple expression: (a, b, c, d)
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprTuple { /* fields omitted */ }
A tuple expression: (a, b, c, d)
.
This type is available only if Syn is built with the "full"
feature.