Trait concurrent_map::Minimum
source · Expand description
Trait for types for which a minimum possible value exists.
This trait must be implemented for any K
key type in the ConcurrentMap
.
Trait for types for which a minimum possible value exists.
This trait must be implemented for any K
key type in the ConcurrentMap
.