pub fn switch_map<TIn: Clone + 'static, TOut: 'static>( project: impl Fn(&TIn) -> Node<TOut> + 'static, ) -> Operator<TOut>
switch_map: project each source DATA to an inner node, cancelling the prior live inner.