pub fn visit_debug_options<V, T>( visitor: &mut V, options: Span<&DebugOptions>, ) -> ControlFlow<T>where V: ?Sized + Visit<T>,