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: Dot2Trait Implementations
impl Clone for PatRest[src]
impl Clone for PatRest[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for PatRest[src]
impl ToTokens for PatRest[src]