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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprTuple
impl UnwindSafe for ExprTuple