pub fn store_state<S, M>(store: &Store<S, M>) -> Swhere S: Send + Sync + Clone + 'static, M: Send + 'static,
[Store::state] clones feature state once — use in tests that intentionally read a snapshot.
Store::state