pub fn file_append_log_default<T>(
dir: impl AsRef<Path>,
) -> AppendLogStorage<FileBackend, T, JsonCodec>Expand description
Convenience: append-log tier over a fresh file backend with
AppendLogStorageOptions::default + a JsonCodec.
pub fn file_append_log_default<T>(
dir: impl AsRef<Path>,
) -> AppendLogStorage<FileBackend, T, JsonCodec>Convenience: append-log tier over a fresh file backend with
AppendLogStorageOptions::default + a JsonCodec.