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