Skip to main content

Module memory

Module memory 

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.