[][src]Type Definition async_raft::error::RaftResult

type RaftResult<T> = Result<T, RaftError>;

A result type where the error variant is always a RaftError.