pub trait MinLevel<Other: IsLevel>: IsLevel { type Min: IsLevel; }
Computes the minimum of two levels.
Used by multi-level LockSet to determine the lowest level in a set.
LockSet
The lower of Self and Other.
Self
Other