Skip to main content

Module his_provider

Module his_provider 

Source
Expand description

Pluggable history storage backend.

The default implementation is HisStore (in-memory). Implement this trait to back hisRead/hisWrite with a database.

Traitsยง

HistoryProvider
Trait for history storage backends.