Struct syn::TypeTuple [−][src]
pub struct TypeTuple {
    pub paren_token: Paren,
    pub elems: Punctuated<Type, Comma>,
}A tuple type: (A, B, C, String).
This type is available only if Syn is built with the "derive" or
"full" feature.
Fields
paren_token: Parenelems: Punctuated<Type, Comma>Trait Implementations
impl Clone for TypeTuple[src]
impl Clone for TypeTuple[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for TypeTuple[src]
impl ToTokens for TypeTuple[src]