pub fn memory_snapshot<T, C>(
opts: SnapshotStorageOptions<T, C>,
) -> SnapshotStorage<MemoryBackend, T, C>Expand description
Convenience: snapshot tier over a fresh in-memory backend.
pub fn memory_snapshot<T, C>(
opts: SnapshotStorageOptions<T, C>,
) -> SnapshotStorage<MemoryBackend, T, C>Convenience: snapshot tier over a fresh in-memory backend.