[][src]Function syn::visit::visit_pat_box

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