syn::visit

Function visit_pat_type

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