pub fn config_state_subscription<I, T>( id: I, config_id: Cow<'static, str>, config_version: u64, ) -> Subscription<Update<T>>where I: 'static + Copy + Send + Sync + Hash, T: 'static + Send + Sync + PartialEq + Clone + CosmicConfigEntry,