pub fn file_snapshot_default<T>(
dir: impl AsRef<Path>,
) -> SnapshotStorage<FileBackend, T, JsonCodec>Expand description
Convenience: snapshot tier over a fresh file backend with
SnapshotStorageOptions::default + a JsonCodec.
pub fn file_snapshot_default<T>(
dir: impl AsRef<Path>,
) -> SnapshotStorage<FileBackend, T, JsonCodec>Convenience: snapshot tier over a fresh file backend with
SnapshotStorageOptions::default + a JsonCodec.