Home
last modified time | relevance | path

Searched defs:AttributeArgs (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/syn/src/
Dparse_macro_input.rs161 impl ParseMacroInput for AttributeArgs { implementation
Dattr.rs464 pub type AttributeArgs = Vec<NestedMeta>; typedef