Derive Macro lattices::LatticeOrd

source ยท
#[derive(LatticeOrd)]
Expand description

Derives [PartialEq], [PartialOrd], and LatticeOrd together.

See #[derive(Lattice)] for more info.