Home
last modified time | relevance | path

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

/external/rust/crates/serde_derive/src/
Dbound.rs100 struct FindTyParams<'ast> { in with_bound() struct
103 all_type_params: HashSet<syn::Ident>, in with_bound()
108 relevant_type_params: HashSet<syn::Ident>, in with_bound()
112 associated_type_usage: Vec<&'ast syn::TypePath>, in with_bound()
115 impl<'ast> FindTyParams<'ast> { in with_bound() implementation