Type Definition raft_consensus::persistent_log::fs::Result [] [src]

type Result<T> = Result<T, Error>;

This is a Log implementation that stores entries in the filesystem as well as in a struct. It is chiefly intended for testing.

Panic

No bounds checking is performed and attempted access to non-existing log indexes will panic.