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

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