Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Module backend

Module backend 

Source
Expand description

Storage backends for high-availability replication.

Provides the StorageBackend trait for persisting write-ahead log entries.

Structs§

FileStorageBackend
A file-based storage backend for the HA WAL.

Traits§

StorageBackend
Trait for pluggable storage backends.