[][src]Module gstore::store

Structs

Store

A store is a thing that manages mutations for a given state based on actions.

StoreError

Represents all possible runtime errors of the Store.

Traits

LifecycleAction

Actions need to implement this trait so gstore can determine whether to notify, when the application was started or stopped.

Functions

combine_reducers

Applies the given reducer to the store.