Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dmacros.rs53 macro_rules! ast_enum_of_structs { macro
/third_party/rust/crates/syn/codegen/src/
Dparse.rs370 pub fn ast_enum_of_structs(input: ParseStream) -> Result<AstItem> { in ast_enum_of_structs() function