Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs97 struct FindTyParams<'ast> { in with_bound() struct
100 all_type_params: HashSet<syn::Ident>, in with_bound()
105 relevant_type_params: HashSet<syn::Ident>, in with_bound()
109 associated_type_usage: Vec<&'ast syn::TypePath>, in with_bound()
112 impl<'ast> FindTyParams<'ast> { in with_bound() implementation