pub fn rectangle_tracker_subscription<I: 'static + Hash + Copy + Send + Sync + Debug, R: 'static + Hash + Copy + Send + Sync + Debug + Eq>(
    id: I,
) -> Subscription<(I, RectangleUpdate<R>)>