Function walk_param

Source
pub fn walk_param<'hir, V>(v: &mut V, param: &'hir Param<'hir>) -> V::Result
where V: Visitor<'hir> + ?Sized,