syn::gen::visit

Function visit_pat_slice

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