[][src]Function syn::visit::visit_pat_slice

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