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