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