[][src]Crate folda

Structs

Persistent

A warpper represents managed data. This struct gives exclusive, mutable access to the value. When user want to use some sort of data stored in the DB, it should always be warpped in this type. When the value is dropped, it's stored to a persistent storage.

PersistentRef

A warpper represents managed data. This struct gives shared, readonly access to the value. When user want to use some sort of data stored in the DB, it should always be warpped in this type. When the value is dropped, it's stored to a persistent storage.

Store

Enums

BorrowError
LockError
StoreError