Expand description
Pluggable history storage backend.
The default implementation is HisStore (in-memory).
Implement this trait to back hisRead/hisWrite with a database.
Traitsยง
- History
Provider - Trait for history storage backends.
Pluggable history storage backend.
The default implementation is HisStore (in-memory).
Implement this trait to back hisRead/hisWrite with a database.