ValidIdempotenceFor

Trait ValidIdempotenceFor 

Source
pub trait ValidIdempotenceFor<R: Retries>: Sealed<R> { }
Expand description

Marker trait identifying that the idempotence property is valid for the given stream ordering.

Implementors§