Module sub_store

Module sub_store 

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>.