Struct syn::ItemConst [−][src]
A constant item: const MAX: u16 = 65535
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
vis: Visibility
const_token: Const
ident: Ident
colon_token: Colon
ty: Box<Type>
eq_token: Eq
expr: Box<Expr>
semi_token: Semi
Trait Implementations
impl Synom for ItemConst
[src]
[+]
impl Synom for ItemConst
impl ToTokens for ItemConst
[src]
[+]
impl ToTokens for ItemConst
impl Clone for ItemConst
[src]
[+]
impl Clone for ItemConst
impl From<ItemConst> for Item
[src]
[+]
impl From<ItemConst> for Item