Struct syn::PatRest [−][src]
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for PatRest
impl UnwindSafe for PatRest
Blanket Implementations
Mutably borrows from an owned value. Read more