Struct unrest_tmp_syn::TyParen [] [src]

pub struct TyParen {
    pub paren_token: Paren,
    pub ty: Box<Ty>,
}

No-op; kept solely so that we can pretty-print faithfully

Fields

Trait Implementations

impl Synom for TyParen
[src]

impl ToTokens for TyParen
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for TyParen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more