Struct syn::TypeParen [−][src]
A parenthesized type equivalent to the inner type.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
paren_token: Paren
elem: Box<Type>
Trait Implementations
impl ToTokens for TypeParen
[src]
impl ToTokens for TypeParen
[src]