pub fn subscribe_state<S, M>(store: &Store<S, M>) -> StateSubscriber<S>where S: Clone + PartialEq + Send + Sync + 'static, M: Send + 'static,
[Store::subscribe_state] clones once when the subscriber is created.
Store::subscribe_state