pub fn create_updater<R>( compute: impl Fn() -> R + 'static, on_change: impl Fn(R) + 'static, ) -> Rwhere R: 'static,