Skip to main content

file_append_log

Function file_append_log 

Source
pub fn file_append_log<T, C>(
    dir: impl Into<PathBuf>,
    opts: FileAppendLogOptions,
    codec: C,
) -> StorageResult<AppendLogStorage<T>>
where C: Codec<T> + Clone + 'static, T: Clone + 'static,
Expand description

Creates or computes file_append_log.