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