Home
last modified time | relevance | path

Searched defs:where_clause (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/syn/src/
Dderive.rs139 let mut where_clause = None; localVariable
178 let where_clause = input.parse()?; in data_enum() localVariable
188 let where_clause = input.parse()?; in data_union() localVariable
/third_party/rust/crates/syn/tests/
Dtest_generics.rs256 let where_clause = input.sig.generics.where_clause.as_ref().unwrap(); in test_fn_precedence_in_where_clause() localVariable
/third_party/rust/crates/quote/tests/
Dtest.rs114 let where_clause = quote!( where T: Serialize ); in test_advanced() localVariable
/third_party/rust/crates/syn/
Dsyn.json2385 "where_clause": { object