[][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). If the underlying store is only Read, then the WrapperStore will only implement Read.

Traits

State

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