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