[][src]Function syn::visit::visit_pat_type

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