Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dvisit.rs101 fn visit_const_param(&mut self, i: &'ast crate::ConstParam) { in visit_const_param() method
1210 pub fn visit_const_param<'ast, V>(v: &mut V, node: &'ast crate::ConstParam) in visit_const_param() function