Struct syn::PatRest [−][src]
The dots in a tuple or slice pattern: [0, 1, ..]
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
dot2_token: Dot2
Trait Implementations
impl ToTokens for PatRest
[src]
impl ToTokens for PatRest
[src]