Struct syn::ItemType [−][src]
A type alias: type Result<T> = std::result::Result<T, MyError>
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
vis: Visibility
type_token: Type
ident: Ident
generics: Generics
eq_token: Eq
ty: Box<Type>
semi_token: Semi
Trait Implementations
impl Synom for ItemType
[src]
[+]
impl Synom for ItemType
impl ToTokens for ItemType
[src]
[+]
impl ToTokens for ItemType
impl Clone for ItemType
[src]
[+]
impl Clone for ItemType
impl From<ItemType> for Item
[src]
[+]
impl From<ItemType> for Item