pub trait Minimum {
    fn minimum() -> Self;
}
Expand description

This trait should be implemented for anything you wish to use as a key in the ConcurrentMap.

Required Methods

Implementations on Foreign Types

Implementors