[][src]Type Definition raft::Result

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

A result type that wraps up the raft errors.