pub trait ValidIdempotenceFor<R: Retries>: Sealed<R> { }Expand description
Marker trait identifying that the idempotence property is valid for the given stream ordering.
pub trait ValidIdempotenceFor<R: Retries>: Sealed<R> { }Marker trait identifying that the idempotence property is valid for the given stream ordering.