pub trait ValidCommutativityFor<O: Ordering>: Sealed<O> { }Expand description
Marker trait identifying that the commutativity property is valid for the given stream ordering.
pub trait ValidCommutativityFor<O: Ordering>: Sealed<O> { }Marker trait identifying that the commutativity property is valid for the given stream ordering.