pub fn visit_distinct<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast Distinct<T>) where V: Visit<'ast, T> + ?Sized,