Struct syn::ExprBox [−][src]
pub struct ExprBox { /* fields omitted */ }
Expand description
A box expression: box f
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprBox { /* fields omitted */ }
A box expression: box f
.
This type is available only if Syn is built with the "full"
feature.