Module gstore::store[][src]

Structs

Store

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

Traits

LifecycleState

Functions

middleware

Creates a Middleware based on the given closure.

Type Definitions

Middleware

A Middleware in a gstore Store is a boxed closure.