Searched defs:AttributeArgs (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/syn/src/ | ||
D | parse_macro_input.rs | 161 impl ParseMacroInput for AttributeArgs { implementation |
D | attr.rs | 464 pub type AttributeArgs = Vec<NestedMeta>; typedef |