Struct syn::ExprBox [−][src]
Expand description
A box expression: box f.
This type is available only if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute>box_token: Boxexpr: Box<Expr>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprBox
impl UnwindSafe for ExprBox
Blanket Implementations
Mutably borrows from an owned value. Read more