Struct syn::TraitItemType [−][src]
An associated type within the definition of a trait.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
type_token: Type
ident: Ident
generics: Generics
colon_token: Option<Colon>
bounds: Punctuated<TypeParamBound, Add>
default: Option<(Eq, Type)>
semi_token: Semi
Trait Implementations
impl Synom for TraitItemType
[src]
[+]
impl Synom for TraitItemType
impl ToTokens for TraitItemType
[src]
[+]
impl ToTokens for TraitItemType
impl Clone for TraitItemType
[src]
[+]
impl Clone for TraitItemType
impl From<TraitItemType> for TraitItem
[src]
[+]
impl From<TraitItemType> for TraitItem
Auto Trait Implementations
impl !Send for TraitItemType
impl !Send for TraitItemType
impl !Sync for TraitItemType
impl !Sync for TraitItemType