Home
last modified time | relevance | path

Searched refs:visit_assoc_type (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/gen/
H A Dvisit.rs56 fn visit_assoc_type(&mut self, i: &'ast crate::AssocType) { in visit_assoc_type() method
57 visit_assoc_type(self, i); in visit_assoc_type()
1009 pub fn visit_assoc_type<'ast, V>(v: &mut V, node: &'ast crate::AssocType) in visit_assoc_type() function
2222 v.visit_assoc_type(_binding_0); in visit_generic_argument()