Enum syntex_syntax::ext::expand::InvocationKind
[−]
[src]
pub enum InvocationKind {
Bang {
attrs: Vec<Attribute>,
mac: Mac,
ident: Option<Ident>,
span: Span,
},
Attr {
attr: Attribute,
item: Annotatable,
},
}Variants
BangFields
attrs: Vec<Attribute> | |
mac: Mac | |
ident: Option<Ident> | |
span: Span |
AttrFields
attr: Attribute | |
item: Annotatable |