Skip to main content

memory_backend

Function memory_backend 

Source
pub fn memory_backend() -> Arc<MemoryBackend>
Expand description

Convenience constructor returning an Arc<MemoryBackend>. Use this when sharing a single backend across multiple tiers (the paired { snapshot, wal } pattern from DS-14-storage §a).