Crate lattices_macro

Source
Expand description

Macros for the lattices crate.

See [derive(Lattice).

Derive Macros§

IsBot
Derives lattice IsBot.
IsTop
Derives lattice IsTop.
Lattice
#[derive(Lattice)] Macro
LatticeFrom
Derives LatticeFrom.
LatticeOrd
Derives PartialEq, PartialOrd, and LatticeOrd together.
Merge
Derives lattice Merge.