Struct syn::TypeParen[][src]

pub struct TypeParen {
    pub paren_token: Paren,
    pub elem: Box<Type>,
}

A parenthesized type equivalent to the inner type.

This type is available if Syn is built with the "derive" or "full" feature.

Fields

Trait Implementations

impl Synom for TypeParen
[src]

A short name of the type being parsed. Read more

impl ToTokens for TypeParen
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for TypeParen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<TypeParen> for Type
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for TypeParen

impl !Sync for TypeParen