pub type ConflictingKeyRange = ConflictRange;Expand description
The range type returned by Transaction::conflicting_keys, an alias of
ConflictRange which all three conflict-range readers share.
Aliased Typeยง
struct ConflictingKeyRange { /* private fields */ }