Struct syn::PatBox [−][src]
A box pattern: box v
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
box_token: Box
pat: Box<Pat>
Trait Implementations
impl ToTokens for PatBox
[src]
impl ToTokens for PatBox
[src]