Skip to main content
Module memory
linera_
persistent
0.16.0
Module memory
Module Items
Structs
Type Aliases
In crate linera_
persistent
linera_persistent
Module
memory
Copy item path
Source
Expand description
An in-memory
Persist
backend that holds the value without writing it anywhere.
Structs
§
Memory
A dummy
Persist
implementation that doesn’t persist anything, but holds the value in memory.
Type Aliases
§
Error
The error type of the in-memory backend: persisting can never fail.