syn::visit

Function visit_pat_box

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