Module sub_store
redux
0.1.0
Module sub_
store
Module Items
Traits
In crate redux
redux
Module
sub_
store
Copy item path
Source
Traits
ยง
SubStore
Useful when state machine is split into multiple crates. Using this trait we can pass
Store<GlobalState, Service, GlobalAction>
almost as if it were
Store<SubState, Service, SubAction>
.