[][src]Module atomic_lib::storelike

Trait for all stores to use

Structs

Class
Property

Enums

PathReturn

Traits

Storelike

Storelike provides many useful methods for interacting with an Atomic Store. It serves as a basic store Trait, agnostic of how it functions under the hood. This is useful, because we can create methods for Storelike that will work with either in-memory stores, as well as with persistend on-disk stores.

Type Definitions

ResourceCollection