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

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