Struct syn::ExprArray [] [src]

pub struct ExprArray { /* fields omitted */ }

A slice literal expression: [a, b, c, d].

This type is available if Syn is built with the "full" feature.

Trait Implementations

impl Clone for ExprArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<ExprArray> for Expr
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ExprArray

impl Sync for ExprArray