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