Type Definition paxakos::node::AppendResultFor[][src]

pub type AppendResultFor<N, A, R> = Result<CommitFor<N, A>, <R as RetryPolicy>::Error>;
Expand description

Invokes Result type constructor so as to be compatible with N’s append(…) method.