Function cosmic::widget::rectangle_tracker::subscription

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