Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§