Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dvisit.rs296 fn visit_expr_struct(&mut self, i: &'ast crate::ExprStruct) { in visit_expr_struct() method
1885 pub fn visit_expr_struct<'ast, V>(v: &mut V, node: &'ast crate::ExprStruct) in visit_expr_struct() function