[][src]Module orga::state

High-level abstractions for state data.

Structs

Value

A simple implementation of State which gets or sets a single value, automatically decoding when getting and encoding when setting.

WrapperStore

A State implementation which exposes the underlying raw Store (itself implementing Store).

Traits

State

A trait for types which provide a higher-level API for data stored within a store::Store.