syn::visit

Function visit_const_param

source
pub fn visit_const_param<'ast, V>(v: &mut V, node: &'ast ConstParam)
where V: Visit<'ast> + ?Sized,