Searched defs:AttributeArgs (Results 1 – 3 of 3) sorted by relevance
161 impl ParseMacroInput for AttributeArgs { implementation
464 pub type AttributeArgs = Vec<NestedMeta>; typedef
7 type AttributeArgs = syn::punctuated::Punctuated<syn::Meta, syn::Token![,]>; typedef295 args: AttributeArgs, in build_config()