Home
last modified time | relevance | path

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

/external/rust/crates/serde_derive/src/internals/
Dreceiver.rs103 self.visit_expr_path_mut_impl(expr); in visit_expr_path_mut()
162 fn visit_expr_path_mut_impl(&mut self, expr: &mut ExprPath) { in visit_expr_path_mut_impl() method