pub trait Lattice: LowerSemilattice + UpperSemilattice { }Expand description
A lattice is a type which is both a LowerSemilattice and an UpperSemilattice.
This trait is automatically implemented on all types which qualify.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.