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

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

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