Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound() method
/third_party/rust/crates/syn/src/gen/
Dvisit.rs684 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment() method
3127 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast PathSegment) in visit_path_segment() function